Returns the value of a specified property, optionally in a designated row and collection result set.
Typeless
One of the these:
PROPERTY( propertyName ) – Appears as P or PROPERTY in the Event Action Expression Editor
PROPERTY( row#, propertyName ) – Appears as P2 or PROPERTY2 in the Event Action Expression Editor
PROPERTY( collection, row#, propertyName ) – Appears as P3 or PROPERTY3 in the Event Action Expression Editor
where:
NOTE: When using the IdoOnItem or IdoPostItem framework events to retrieve a property that is part of that event, this is the only accepted parameter. See Usage section below.
NOTE: This argument is used only with the IdoOnLoadCollection and IdoPostLoadCollection framework events.
P / PROPERTY is used only with these framework events:
P2 / PROPERTY2 is used only with the IdoOnLoadCollection and IdoPostLoadCollection framework events.
P3 / PROPERTY3 is used with any event, but only after using a Load IDO Collection action.