License_DIM Table

License_DIM is a dimension table storing software licenses.

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

Database Column

Details

SoftwareLicenseID

Type: integer. Key

Primary key of the license.

LicenseName

Type: text (max 256 characters). Key

Name of the license.

ProductName

Type: text (max 256 characters). Key

Product name of the primary application.

PublisherName

Type: text (max 256 characters). Key

Publisher of the primary application.

EditionName

Type: text (max 60 characters)

Edition of the license.

VersionName

Type: text (max 60 characters)

Version of the license.

LicenseTypeID

Type: integer. Key

License type ID of the license.

ClassificationID

Type: integer. Key

Classification ID of the primary application.

ActionStatusID

Type: integer. Key

Action status ID of the primary application.

IsBundle

Type: boolean

Whether this license is a bundle license (contain multiple primary applications).

LocationID

Type: integer. Key. Nullable

The location ID of the license.

CorporateUnitID

Type: integer. Key. Nullable

The corporate unit ID of the license.

CostCenterID

Type: integer. Key. Nullable

The cost center ID of the license.