Creating a Custom Field

To create a Custom Field, please go to Settings -> Custom Fields and click on "Create Field".

Default Fields

Default & Custom Fields

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

Field Type
Usage
Appearance

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:

When creating the Custom Field
When trying to save an incorrect value

Last updated