PROPERTY / P
Returns the value of a specified property, optionally in a designated row and collection result set.
Return Value
Typeless
Syntax
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:
- propertyName contains the name of the property for which you want to
retrieve the value. 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 the Usage section below.
- row# is the one-based number of the row containing the property value
you want to retrieve. Note: This argument is used only with the IdoOnLoadCollection and IdoPostLoadCollection framework events.
- collection is the name of a result set containing a collection you loaded earlier using a action.
Usage
P / PROPERTY is used only with these framework events:
- IdoOnItemDelete
- IdoOnItemInsert
- IdoOnItemUpdate
- IdoPostItemDelete
- IdoPostItemInsert
- IdoPostItemUpdate
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.