CACHEPROPERTIES (or P) keyword
Applies To
Most specifications
Description
Returns the value of a named property in a collection
Syntax
CACHEPROPERTIES( propertyName ) or P( propertyName )
Example
In the following example, the abbreviated form of the CACHEPROPERTIES keyword, P, is used for the parameters of a validator.
BeginEndDate(P(BeginDate),P(EndDate))
Related topics