New Rule_Group Table (in FI_Data_2)
- Last UpdatedDec 18, 2018
- 1 minute read
Allows a QM specification to use a default set of control rule violations.
|
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 |
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 0 |
Y |
N |
Unique identifier |
rule_group_name is UK
Modify the default data script to populate rule_group with the predefined sets of control rules. The default data will be:
‘Western Electric’, NULL, 1, NULL, ‘INSTALL’, GETUTCDATE(), 0
‘AIAG’, NULL, 1, NULL, ‘INSTALL’, GETUTCDATE(),1
‘Juran’, NULL, 1, NULL, ‘INSTALL’, GETUTCDATE(),2
‘Hughes’, NULL, 1, NULL, ‘INSTALL’, GETUTCDATE(),3
‘Gitlow’, NULL, 1, NULL, ‘INSTALL’, GETUTCDATE(),4
‘Duncan’, NULL, 1, NULL, ‘INSTALL’, GETUTCDATE(),5