When adding a rule, there is an option to specify an event filter. Any event filters defined from this section for a particular rule are stored in this table . For a rule to trigger, all the rule conditions associated with that rule need to be satisfied.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| rule_condition_id | varchar(50) | not null | Non-displayable id used in the backend as a reference between tables. |
| condition | varchar(64) | with null | SQL type String containing the event filter. |
| class | varchar(20) | with null | Specifies the class of rule condition |
| db_id | varchar(20) | with null | Handle to the database |
| description | nvarchar(256) | with null | Descriptive text for this rule condition |
| display_name | nvarchar(128) | with null | Display name of this condition |
| is_hidden | integer | with null | If this condition is a hidden or not |
| is_system | integer | with null | Specifies if this is a system manadated condition or not |
| type | nvarchar(64) | with null | Table or class on which the above SQL query needs to be executed to check the condition in the event filter. |
| rule_id | varchar(50) | with null | Non-displayable id used in the backend as a reference between tables. |
Product Name: Unicenter Service Management
Table Type: Table