Skip to main content
The enumeration constants specify the kind of data a field may contain.

Constants

ConstantSupported Field TypeDescription
AmountTextA sum of money. The value of Field.Value is an instance of AmountOfMoney.
BinaryPictureA binary value. Cannot be accessed directly using Field.Value.
BooleanCheckmarkA Boolean value describing the state of a checkmark (marked, not marked).
ChoiceCheckmarkGroupA type of data describing the state of checkmarks in a checkmark group. Cannot be accessed directly using Field.Value.
DateTextA type of data used to store the date and time. The value of Field.Value is a JavaScript Date object.
NumberTextA numerical data type that supports both integers and floating numbers.
NoneTable, Enum, GroupA type of data that specifies the absence of a value.
TextTextA text (string) data type. Can contain both alphanumeric and special characters.

AmountOfMoney Class

A special class used to store values describing amounts of money.

Properties

NameData TypeAccess LevelDescription
AmountdecimalRead-onlyThe numerical value.
CurrencySignstringRead-onlySpecifies the unit of currency in text format.