Skip to main content
Version: 11.0

MaxDriverConditions

note

This article is about the MaxDriverConditionsRules Engine property.

MaxDriverConditions

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

tip

You can set deployment configuration parameters in USoft Authorizer for 3 different deployment contexts: Client/Server, RunBatch, and Rules Service.

This setting determines how USoft builds queries to perform constraint checks when the primary key cannot be found directly.

Setting this property

You can reset this property by executing:

SELECT RulesEngine.SetProperty( 'MaxDriverConditions', '*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( 'MaxDriverConditions' )

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