Custom Fields
Custom Fields allow for the creation of dynamic fields that can be displayed across various views such as
Apparatuses
, Inspections
, Testplans
. Each custom field is defined with attributes including an identifier,
type, title, and form configuration. The fields can be customized to suit specific requirements, for example,
by setting the form type (e.g., textarea, select, input), enabling or disabling the field,
and specifying additional options like whether the field is required or its maximum length.
This flexibility enables tailored data entry forms for different operational needs.
📄️ List custom fields
Get list of all added custom_fields, sorted by `field_id` and `type`
📄️ Create custom field
create custom field details
📄️ Get custom field
Get details of a custom field
📄️ Update custom field
Update details of a custom field
📄️ Delete custom field
Delete custom field by id
📄️ Get custom field
Get details of a custom field by `type` and `field_id`
📄️ Update custom field by field_id
Update details of a custom field by `type` and `field_id`