Show/Hide Toolbars

Thereforeâ„¢ Help

SD_R_Design_IndexingProfiles_Profile_002

 



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.

 

Objects...

Assignments and validations are done with VBScript (see Microsoft documentation for more details). However a number of predefined objects and functions are provided and can be display when the Objects... button is clicked.