DashboardWidget Table
The list of widgets available on the system.
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 |
---|---|
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 64 characters). Nullable The name of the widget if there is not a localized one. |
DefaultDescription
|
Type: text (max 1000 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 |
DescriptionResourceName
|
Type: text (max 256 characters). Nullable The unique name of the localizable dashboard widget description. Foreign key to the |
IsShared
|
Type: boolean |
FlexNet Manager Suite (On-Premises)
2020 R1