This table stores the parameters of the feature rule definitions. Only the stored parameters are available in the Edit Rule Base dialog box, where you can assign values.
|
Attributes of TB_RULE_PARAM |
Description |
|
ID |
Stores the primary key. |
|
RULE_DEF_ID |
Stores the ID of the rule definition in TB_RULE_DEF. |
|
NAME |
Specifies the name. |
|
DEFAULT_VALUE |
Specifies a default value. |
|
POSITION |
Stores an index (1 - 10). The parameters can be used in the trigger text using the alias %P<index>, for example %P1 or %P2. |