SoftwareLicenseTypePriority Table

SoftwareLicenseTypePriority holds the priority order of license types.

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

Database Column

Details

SoftwareLicenseTypeID

Type: integer. Key

The software license type to which this priority applies. Foreign key to the SoftwareLicenseType table.

CompliancePriority

Type: integer

The priority order of the license type when calculating compliance. Licenses with higher priority will be consumed first.