You can influence certain aspects of the behavior of the USoft Rules Engine by setting parameters for it. Rules Engine parameters are listed in the table below. To set or change a Rules Engine parameter:
1. | In USoft Definer, choose Tools, Rules Engine parameters from the menu. |
2. | In the Name column, find the parameter that you want to set or change. |
3. | In that record, in the Setting column, type the value you want to set the parameter to. Save work. |
IMPORTANT: You can influence a number of other aspects of Rules Engine behaviour by setting Deployment Configuration parameters. See the USoft Authorizer Guide for details.
Rules Engine parameters
|
Name
|
Default
|
Description
|
ALLOW_PLUGINS
|
True
|
Specifies if this application allows plugins to be added to the application.
|
COMBINE_QUERIES
|
True
|
Specifies if the Rules Engine should combine the statement used to retrieve and lock the records to be updated with the statement used to determine the new values. More
|
DEFAULT_DATE_FORMAT
|
DD-MON-YY
|
Specifies the default IO-Format to be used when converting a date into a string.
|
QUERY_ORDER_TURNING_POINT
|
100
|
Specifies the the maximum number of rows that can be returned by a component table in order to be the first table fetched. More
|
STARTUP_EVENT
|
False
|
Specifies if the Rules Engine should initiate a startup event by inserting a record in table T_EVENT at startup. More
|
TRANSACTION_CHAIN_DEPTH
|
500
|
Specifies the maximum number of chained transactions.
|
UREQUIRE_INPUT_XSL
|
(null)
|
Specifies the filepath and filename of the XSLT transformation (if any) that must be applied to business rule input from URequire before it is imported into USoft Teamwork.
|
VERIFY_VIEW_WHERECLAUSE
|
True
|
Specifies if manipulations on logical views should be checked to see if they match the views whereclause or not.
|
|