Skip to main content
DataType enumerates the kinds of data a field can contain.

Constants

ConstantSupported field typesDescription
AmountTextA sum of money. Field.Value is an instance of AmountOfMoney.
BinaryPictureA binary value. Cannot be accessed directly via Field.Value.
BooleanCheckmarkA boolean value describing the state of a checkmark (marked, not marked).
ChoiceCheckmarkGroupDescribes the state of checkmarks in a checkmark group. Cannot be accessed directly via Field.Value.
DateTextStores a date and time. Field.Value is a JavaScript Date object.
NumberTextA numeric type supporting integers and floating-point numbers.
NoneTable, Enum, GroupIndicates the absence of a value.
TextTextA text (string) data type. Can contain alphanumeric and special characters.

AmountOfMoney

Stores a currency amount and its symbol.

Properties

NameTypeAccess levelDescription
AmountdecimalRead-onlyThe numeric value of the amount.
CurrencySignstringRead-onlyThe currency symbol or name in text format (for example, or EURO).