Properties
This field is used with these action types:
- Dispatch Load Collection
- Dispatch Load IDO Row
- Load Collection
- Load IDO Row
Use this field to specify a comma-separated list of properties to load from the IDO collection that is specified in the IDO field.
To use the Event Action Parameter Properties form to view and select from a list of properties associated with the IDO collection, click the button to the left of this field.
The contents of this field must use this syntax:
scalarExpr [, scalarExpr, ...]
where scalarExpr is or resolves to the name of a property.
When you click Event Actions form, the system "wraps" this content within a PROPERTIES( ) parameter, which yields this final syntax:
to return to thePROPERTIES( scalarExpr [, scalarExpr, ...] )
Note: If a scalarExpr is a literal string value, the
system automatically encloses it in double quotation marks when returning
it to the Event Actions form. If scalarExpr
is anything else, the system does not enclose it in quotation marks.