DashboardWidget Table

The list of widgets available on the system.

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 DashboardWidget table

Database Column

Details

DashboardWidgetID

Type: integer. Key. Generated ID

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

WidgetUid

Type: unique identifier. Key

The unique id across all tenants.

WidgetConfig

Type: text

JSON representation of widget configuration

DefaultName

Type: text (max 256 characters). Nullable

The name of the widget if there is not a localized one.

DefaultDescription

Type: text (max 256 characters). Nullable

A description of the widget if there is not a localized one.

NameResourceName

Type: text (max 256 characters). Nullable

The unique name of the localizable dashboard widget name. Foreign key to the ComplianceResourceString table.

DescriptionResourceName

Type: text (max 256 characters). Nullable

The unique name of the localizable dashboard widget description. Foreign key to the ComplianceResourceString table.

IsShared

Type: boolean