Alert Table

FlexNet Manager Suite 2020 R1 (On-Premises)

The Alert table stores alerts and notifications that the system can attach to different objects to be displayed to the operator.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database 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.
Table 1. Database columns for Alert table

Database Column

Details

AlertID

Type: integer. Key. Generated ID

Synthetic key for this table.

AlertTypeID

Type: integer. Key

Foreign key to the AlertType table.

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