DashboardTemplate Table
The list of dashboard templates 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 |
---|---|
DashboardTemplateID
|
Type: integer. Key. Generated ID Unique identifier of a dashboard template, this is a primary key. |
DashboardTemplateUid
|
Type: unique identifier. Key The unique dashboard template id across all tenants. |
Version
|
Type: integer The current version number of the dashboard template. |
DefaultName
|
Type: text (max 64 characters). Nullable The name of the dashboard template if there is not a localized one. |
DefaultDescription
|
Type: text (max 1000 characters). Nullable A description of the dashboard template if there is not a localized one. |
NameResourceName
|
Type: text (max 256 characters). Nullable The unique name of the localizable dashboard template name. Foreign key to the |
DescriptionResourceName
|
Type: text (max 256 characters). Nullable The unique name of the localizable dashboard template description. Foreign key to the |
IsShared
|
Type: boolean |
FlexNet Manager Suite (On-Premises)
2020 R1