ConsolidatedLicenseUser Table

This table stores the data specific to a consolidated license user.

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

Database Column

Details

ConsolidatedLicenseUserID

Type: integer. Key. Generated ID

A unique identifier for the consolidated license user.

LicenseUserID

Type: integer

Foreign key to the LicenseUser table.

ConsolidatedGroupNumber

Type: integer

The unique identifier showing which users are duplicates of one another.

ConsolidatedName

Type: text

The name of the consolidated user. If consolidated by rules engine, this column stores the name of the user with the lowest LicenseUserID

ConsolidationTypeID

Type: integer

Foreign key to the ConsolidationType table.