| Field
Type Name |
Description |
Example |
|
Date Time |
Select date from a calendar and time from dropdown in 30
min intervals. User can type to edit more exact time. Time will default to
current time if not selected |
|
|
Date |
Allows user to select the date from a calendar. |
|
|
Time |
Allows user to select time from dropdown in 30 min
intervals. User can type to edit more exact time. |
|
|
Textbox |
Allows user to type text into box. (Max character limit is 1000)
|
|
|
Multi Line |
A textbox that allows you to type multiple lines of text
into a box. User can scroll to view all lines of text. (Max character limit is 1000) |
|
|
List Box |
Select criteria from a list of options. Multiple options
can be selected at the same time |
|
|
Dropdown |
Select criteria from list of options. Only one option can
be selected. |
|
|
Auto Complete |
Allows user to type to filter a list of options. |
|
|
Checkbox |
A box that can be checked or unchecked. |
|
Data Type | Definition | Compatible Field Types |
Boolean | Reads the field entry as a TRUE/FALSE database value. |
|
| DateTime | Reads the field entry as a date value. |
|
| Decimal | Reads the field entry as a decimal value. Users will not be able to enter letter values (ex. 10 lbs) and they will receive a validation message if their entry is not compatible. |
|
| Integer | Reads the field entry as an integer value. Users will not be able to enter in decimal values (ex. 3.145) and they will receive a validation message if their entry is not compatible. |
|
| String | Reads the field entry as a string value. |
|