ComplianceOperatorDashboardWidget Table

The list of widgets enabled for the management dashboard for an 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 ComplianceOperatorDashboardWidget table

Database Column

Details

ComplianceOperator DashboardWidgetID

Type: integer. Key. Generated ID

Unique identifier of a Dashboard widget, this is a primary key.

ComplianceOperatorID

Type: integer. Key

The operator of the setting. Foreign key to the ComplianceOperator table.

DashboardWidgetID

Type: integer. Key

The id of a dashboard widget being referenced.

DisplayOrder

Type: integer

The order to display the widget.

CustomSettings

Type: text. Nullable

Custom settings configured by the operator.

Comment

Type: text (max 256 characters). Nullable

The comment for the widget specific to the operator.