rule_group
- Last UpdatedNov 20, 2024
- 1 minute read
The rule_group table defines group names for control rules, including both system-generated rule groups and user-created rule groups.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
rule_group_name |
string40 |
N |
N |
Identify rule group for selection |
|
rule_group_desc |
string80 |
N |
Y |
Additional descriptive information for rule group |
|
predefined |
logical |
N |
N |
Is this a predefined group, meaning it cannot be deleted? Default = no |
|
last_edit_comment |
string254 |
N |
Y |
Reserved for internal use to indicate why this record was changed |
|
last_edit_by |
string40 |
N |
N |
Who last changed this record |
|
last_edit_at |
tdatetime |
N |
N |
When this record was last changed |
|
rule_group_id |
ID 1 |
Y |
N |
Unique identifier |
rule_group_name is UK.