DashboardTemplate Table

The list of dashboard templates 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 DashboardTemplate table

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 ComplianceResourceString table.

DescriptionResourceName

Type: text (max 256 characters). Nullable

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

IsShared

Type: boolean