Assignments
Assignment
The assignment script.
Validation
A validation script can be defined. For example if the assignment returns an integer, then to validate that it is in the range 1 to 100 use: 'CheckRange(1,100)'
Treat empty field as error:
if this is checked, an empty field will be treated as an error and handled as defined below.
Error mode
Abort
Will stop the saving process.
Ignore
This index value will not be filled in, and no error will be reported.
Report error
This index value will not be filled in, but an error will be reported
Use fallback
Will replace the error value with the fallback value specified below.
Fallback value
This value will be used in the case of an error when Use fallback has been specified as the error mode.
Object
Assignments and validations are done with VBScript. However a number of predefined objects and functions are provided and can be display when the Objects button is clicked.