DeferRestrictiveRelationalChecks

Previous Next

The DeferRestrictiveRelationalChecks Rules Engine property can be used to override the Defer_Restr_Rel_Checks 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 or not restrictive relational checks are deferred until commit time.

Setting this property

You can reset this property by executing:

SELECT RulesEngine.SetProperty( 'DeferRestrictiveRelationalChecks', 'value' )

 

value  ::=  { Yes | No }

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

'Yes' is the USoft factory default, meaning that in USoft 9.1 the underlying Defer_Restr_Rel_Checks deployment parameter is set to 'True' by default. After upgrade from a pre-9.1 version, Defer_Restr_Rel_Checks is 'False' by default.

Getting this property

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

SELECT RulesEngine.GetProperty( 'DeferRestrictiveRelationalChecks' )

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

 

See also

Rules Engine properties

RulesEngine.GetProperty

RulesEngine.SetProperty