AllowSetManipulations

Previous Next

The AllowSetManipulations Rules Engine property can be used to override the Allow_Set_Manipulations deployment parameter setting for the current deployment context and for the duration of the current session.

You can set deployment parameters in USoft Authorizer for 3 different deployment contexts: Client/Server, RunBatch, and Rules Service. See the Authorizer Guide. One way to access the Authorizer Guide is to press CTRL + F1 in USoft Authorizer.

This setting determines whether manipulations are handled in a set-oriented fashion or not. For details on how set-oriented handling is different from record-by-record handling, in the Rules Engine Guide, please consult the " Rules Engine Optimisation Techniques " topic or search for "set-oriented". One way to access the Rules Engine Guide is to press CTRL + F1 in USoft Definer.

Setting this property

You can reset this property by executing:

SELECT RulesEngine.SetProperty( 'AllowSetManipulations', 'value' )
 
value  ::=  { Yes | No }

This entire statement is case-insensitive, including the property name and the values of value.

Getting this property

You can get the current value of this property by executing:

SELECT RulesEngine.GetProperty( 'AllowSetManipulations' )

This entire statement is case-insensitive, including the property name.

 

See also

Rules Engine properties

RulesEngine.GetProperty

RulesEngine.SetProperty