...
Field Type | Description |
---|---|
Boolean Checkbox | A checkbox which can have a default of selected or not selected. |
Date | Allows users to enter a date or pick a date from a popup calendar. |
Date/Time | Allows users to enter a date or pick a date from a popup calendar and enter a time of day. They can also add the current date and time by clicking the date and time link next to the field. The time of day includes AM or PM notation. |
Decimal | Allows user to enter any number. This is treated as a float decimal and any leading zeros are removed. |
Number | Allows users to enter any number. This is treated as an integer and any leading zeroes are removed. |
Number (large) | Allows users to enter any number. This is treated as a real number and any leading zeroes are removed. |
Drop-down List | Allows users to select a single value from a defined list. |
Multi-select Drop-down List | Select multiple values from a defined list |
String (10, 50, 255) | Allows users to enter any combination of letters, numbers, or symbols. You can set a maximum length, up to 255 characters. |
Lookup | A lookup can be performed and evaluated on most system fields. Examples of evaluators are "equal to", "greater than", "is null", etc. |
Text | Is an undetermined length of text |