Alert Table
The Alert
table stores alerts and notifications that the system can attach to different objects to be displayed to the operator.
TenantID
has been set in the SQL Server
connection context information. That setting filters an underlying table to produce this
view of data for the single, selected tenant.
Database Column |
Details |
---|---|
AlertID
|
Type: integer. Key. Generated ID Synthetic key for this table. |
AlertTypeID
|
Type: integer. Key Foreign key to the |
Ignored
|
Type: boolean. Key This flag indicates whether this alert has been ignored by an operator. If so, then the IgnoredDate and IgnoredOperator values will be populated. |
IgnoredDate
|
Type: datetime. Nullable TIf the alert has been ignored by an operator, then this field shows the date when this was done. |
IgnoredOperator
|
Type: text (max 256 characters). Nullable If the alert has been ignored by an operator, then this field shows which operator ignored the alert. |
CreationDate
|
Type: datetime Date and time (UTC) when alert was created. |
FlexNet Manager Suite (On-Premises)
2020 R1