Auto Number : This is autonumber field can be used as primary key when there is no other unique field in the module.
Auto Prefixed Number : This field can be used when the autonumber needs to have specific prefix. As an example in our Support module we have used this field for the service request ID with prefix SR-.
Checkbox : This can be used for boolean fields in database and display them as checkbox in user form. Checkbox can have only one option. If you need to have multiple checkboxes, add fields for each option to the module with type Checkbox. This is because unlike Radio buttons, every checkbox needs to have associated value checked or not. In Radio buttons there are multiple options possible but only one can be selected from the options.
Date / Date Time / TimeStamp : Use this fields types for having date time fields.
Currency : Use this field type for storing currency values such as price.
Dropdown / Select : This field type can be used to display Select dropdowns in the user form with options based on the data source option setting.
Radio Buttons : This field type can be used to display Radion buttons in the user form with options based on the data source option setting.
There are three different data source options setting available for some field types.
Back to academy home