AssignmentData Table
Stores all assignment information required by the external Consumption Fact.
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 |
---|---|
AssignmentDataID
|
Type: integer. Generated ID A unique identifier for this assignment. |
SnapshotID
|
Type: integer. Key The snapshot to which this assignment data pertains. Reference to the snapshot dimension. |
SoftwareLicenseID
|
Type: integer. Key The license to which this assignment data pertains. Reference to the software license dimension. |
LocationID
|
Type: integer. Key The location where the assignments were made. |
CorporateUnitID
|
Type: integer. Key The corporate unit where the assignments were made. |
CostCenterID
|
Type: integer. Key The cost center where the assignments were made. |
CategoryID
|
Type: integer. Key The category which classifies this license assignment. |
AssignedCount
|
Type: integer The number of licenses that have been assigned or the number of licenses that have been consumed as a result of group assignment. |