Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
AlertID | int | NOT NULL | The Alert ID with which the Role_OID is mapped. |
SuggActionID | smallint | NOT NULL | The unique ID of the suggested action associated with the alert. This is a unique sequence number within the scope of an alert. |
RecordsetName | varchar(30) | NOT NULL | The name of the record set. |
FieldName | varchar(30) | NOT NULL | The name of the field in the record. |
FieldValue | varchar(1000) | NOT NULL | The value of the field in the record. |
RecordID | smallint | NOT NULL | The record ID of the record. It is a unique sequence within the same record set, suggested action and alert. |
RecordsetSequenceID | smallint | NOT NULL | The unique sequence ID for the record set. |
LastCngDtime | DATETIME | NOT NULL | Current Universal Time Coordinate or Greenwich Mean Time |
|
|