Creating a Custom Field
To create a Custom Field, please go to Settings
-> Custom Fields
and click on "Create Field".
Default Fields
Before creating a Custom Field, it might be useful to get to know the default fields which are already in place for each Client and Inventory.
Name, description and behaviour
The name of the Custom Field will be shown on the Client Detail View and Delivery Sheet. The description can help with distinguishing the Custom Field and is only displayed on the Settings page.
Required Custom Fields
If a Custom Field value must be defined when creating a Client, you can check the "Field is required" checkbox and the user will be asked to provide a value for the field.
After the Client is created, the value of a required Custom Field can never be empty.
Hiding Custom Fields on the Delivery Sheet
In case a Custom Field is only for internal use or simply not of interest to the person signing the Delivery Sheet, you can hide it by checking the "Hide on Delivery Sheet" checkbox.
Choosing a Type
Input
A single-line text.
Text Area
A multi-line text.
Selection
Selecting one out of the given options.
Multi-Selection with options
Select multiple out of the given options.
Multi-Selection without options
Define multiple and invididual options while in use.
Adding validation via Regular Expressions
With Regular Expressions, the pattern of a text can be defined. By configuring one for your Custom Field, you can define how its value must look in order to be stored in the database.
This can for example be used to ensure a MAC address has the correct format:
Last updated