SETPROPVALUES keyword

Applies to

The Parms field for event handlers of type Set Variable, Property, and/or Component

Description

SETPROPVALUES allows you to set the values of properties.

Example

SETPROPVALUES( PaymentNo = 1 ).

Note:  If you use this keyword on a Set Values action to set a property that is not a part of the current standard framework event, the system does not give you any warning that the value is invalid. To determine whether this keyword is setting valid values, use the PROPERTYAVAILABLE keyword. If you try to use this keyword on an Update Collection action to set a property that was not loaded by the corresponding Load Collection action, the handler fails.