Skip to main content
FieldType enumerates the possible types a field can have, along with the data types each supports.

Constants

ConstantSupported data typesDescription
BarcodeTextA barcode field.
CheckmarkBooleanA checkmark field.
CheckmarkGroupChoiceA group of several checkmarks.
EnumNoneA field that can only store values from a specified set.
GroupNoneA group of fields. Child fields can be of any type.
PictureBinaryAn image.
TableNoneA table — contains cells that represent other fields.
TextText, Amount, Date, NumberA text field.

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).