Custom field definition data type
A workspace-defined pursuit field with a name, value type, placeholder text, and required flag.
- Web: Create custom pursuit fields
- MCP: Create custom field definition MCP tool, Delete custom field definition MCP tool, Search custom field definitions MCP tool, Update custom field definition MCP tool
Notes
- Custom field definitions are workspace schema: each one adds a field to every pursuit in the workspace, a column to the pursuits table, and a column to pursuit exports. The values a pursuit holds for these fields are returned on the pursuit as custom fields.
- The field type is fixed when a definition is created. Deleting a definition also removes that field's saved values from every pursuit in the workspace.
- Definitions are workspace-specific. Another workspace can have different names, types, and required settings.
Attributes
| Field | Type | Attribute |
|---|---|---|
govtribe_id | string | GovTribe ID |
govtribe_type | string | GovTribe type |
name | string | Name |
field_type | string | Field type |
placeholder_text | string | null | Placeholder text |
required | boolean | Required |
fielded_model | string | Fielded model |
created_at | string | null | Created at |
updated_at | string | null | Updated at |
creator | relationship | Creator |