Adding a Custom Attribute
What you'll do
Add a user-defined field (custom attribute) to a record type like Task, Company, or Employee.
Before you start
You need access to the Tenet admin Space. Only platform operators can add custom attributes.
Steps
- Go to the Tenet admin Space.
- Navigate to Ontology or Administrator settings.
- Find Attributes or Custom Fields.
- Click New attribute or Add attribute.
- Choose the record type you're adding to (Task, Company, Employee, etc.).
- Fill in the attribute details:
- Name — internal identifier (e.g., "risk_level")
- Label — display name (e.g., "Risk Level")
- Type — choose from: text, email, date, decimal, currency, single-select, multi-select, file, toggle, etc.
- Description (optional) — help text explaining the field
- Configure the field:
- Validation rules — any constraints (required, min/max length, etc.)
- Default value (optional) — pre-fill new records
- Visibility — where the field appears (create form, edit form, agent-only)
- Click Create or Save.
What happens next
The attribute is instantly available:
- The field appears in create/edit forms (unless you marked it agent-only)
- It appears as a column in data tables
- It can be exported to CSV/Excel
- Agents can read and write it
- It appears in dashboards and filters
To use the attribute:
- Open a record of the type you added it to (e.g., a Task).
- The new field appears in the form.
- Fill it in and save.
You can edit or delete attributes anytime. Soft-delete means history is preserved.
Related
- Custom Attributes — feature overview
- Data Tables — where attributes appear as columns
- Agents — read and write attributes
- Creating a Custom Table — define a custom record type