create_device_custom_field
Add custom fields to organization devices for tracking specific data like text, numbers, dates, or dropdown selections across all devices.
Instructions
Create a new custom field for organization devices. Defines a new field that can be used across all devices in the organization.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attributeName | Yes | Display label for the custom field (REQUIRED) | |
| attributeCode | Yes | Unique identifier for the custom field. Must contain only lowercase letters, numbers, and underscores (REQUIRED) | |
| kind | Yes | The type of the custom field (REQUIRED) | |
| configuration | No | Dropdown configuration with values. Only required for 'dropdown' kind fields. |