The FieldInputType indicates the type of values which can be assigned to a custom field. CustomField.inputType is used to validate any value assigned to a custom field, including its default value.
State Summary | |
Text
Indicates the custom field value is a string. |
|
Currency
Indicates the custom field value is a double. |
|
Date
Indicates the custom field value is a date. |
|
Numeric
Indicates the custom field value is an integer. |
|
Datafield
Indicates the custom field value is a datafield. |
|
Checkbox
Indicates the custom field value is a boolean type displayed as a checkbox. |