Managing Your Teams
Teams are the core of organization in Space. They group users together and determine what custom information is tracked for items.
1. Navigate to Team Management
- From the main navigation menu, select Settings.
- Select the Organization Settings category.
- Expand the Team Management section.
Creating a New Team
If you have permission to manage the organization, you can create new teams.
- Click the Create New Team button.
- In the modal that appears, enter a Team Name and an optional Team Description.
- Click Create Team.
Managing Custom Attributes for a Team
The most powerful feature of teams is the ability to define Custom Attributes. These are the unique data fields that will appear when a user adds an item and assigns it to that team.
- From the Team Management section, select a team from the Select Team dropdown.
- The details for that team will appear. Scroll down to the “Custom Attributes” section.
- Click the Add icon to open the “Create Attribute” sheet.
Creating a New Attribute
- Attribute Name: Give the field a clear name (e.g., “Serial Number”).
- Description (Optional): Provide a hint for your users (e.g., “Enter the 12-digit serial number”).
- Data Type: Choose the type of data this field will hold. This is important and cannot be changed later.
text
: For any text.integer
: For whole numbers.date
: For a date picker.boolean
: For a true/false checkbox.float
: For numbers with decimal points.currency
: For monetary values.url
: For web addresses.email
: For email addresses.phone
: For phone numbers.
- Make this a required field: Check this box if users must fill out this attribute before saving an item.
- Click Save.
Your new attribute will now appear on the Add Item page for any item assigned to this team.
Ritchie’s Tip: Think carefully about the Data Type when creating an attribute! Choosing
integer
for a “Price” field won’t allow for decimal points, socurrency
orfloat
would be better.