FieldType enumerates the possible types a field can have, along with the data types each supports.
Constants
| Constant | Supported data types | Description |
|---|---|---|
| Barcode | Text | A barcode field. |
| Checkmark | Boolean | A checkmark field. |
| CheckmarkGroup | Choice | A group of several checkmarks. |
| Enum | None | A field that can only store values from a specified set. |
| Group | None | A group of fields. Child fields can be of any type. |
| Picture | Binary | An image. |
| Table | None | A table — contains cells that represent other fields. |
| Text | Text, Amount, Date, Number | A text field. |
Related topics
Object model
Full JavaScript object reference for use in Advanced Script Rules.
Field
The Field object — inspect and modify a document field during rule execution.
DataType
Enumeration of data types a field can contain (also includes
AmountOfMoney for currency).