SETPROPFROMINLINE keyword
Applies to
Parameters of validators of the type In Inline List
Syntax
SETPROPFROMINLINE( property1=column1 [, property2=column2, . . .] )
where:
- property# is the name of a valid IDO property for which the value is to be set.
- column# is the index for the inline list column from which the value is to be taken.
Remarks
On an insert or update operation, if the property value is modified, then validate the value using the inline list values and the column specified by the inline list's VALUE(n) parameter, optionally setting additional properties from the inline list values.
If the validation succeeds, any properties included in this keyword are set from the entry for the corresponding inline list column.