Form variables

Form variables hold data at the form level for use wherever required within the form, such as within actions. This eliminates the need to create hidden fields on the form to hold data. Once created, use form variables in the same way that you use fields, and global variables.

Form variable types

TotalAgility supports the form variables of type Array, Boolean, Byte, Date, Decimal, Numeric, Data object and String.

See Manage form variables for more information about creating date and data object variables.