The SetProperty Method

Previous Next

See Also

The internal Rules Engine SetProperty method sets system information in the Rules Engine. The syntax with the allowed parameter values is:

SELECT RulesEngine.SetProperty ('<property>', '<value>)

The following properties are available for use with the SetProperty method:

Property

Description

RecordFactsCacheSize

Sets the value for the RecordFactsCacheSize deployment configuration property. The syntax is:

SELECT RulesEngine.SetProperty ('RecordFactsCacheSize', '<max no of entries in the cache>')

showMiddlewareErrors

Specifies whether or not middleware error messages are to be displayed. The syntax is:

SELECT RulesEngine.SetProperty ('showMiddlewareErrors', 'Yes|No')