SoftwareUserLicensePointsHistory Table

FlexNet Manager Suite 2020 R1 (On-Premises)

SoftwareUserLicensePointsHistory records history of license consumption by end-users.

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

Database Column

Details

ComplianceUserID

Type: integer. Key

The end-user. Foreign key to the ComplianceUser table.

SoftwareLicenseID

Type: integer. Key

The license. Foreign key to the SoftwareLicense table.

LicensesConsumed

Type: integer

The number of points (or entitlements) consumed for the license by an end-user.

LicensesUsed

Type: integer

How many of the points consumed are for installations that are actually being used.

LicenseMeasurementID

Type: integer. Key

The associated SAP license measurement snapshot. Foreign key to the LicenseMeasurement table.

LicensesCalculated

Type: integer

The number of points (or entitlements) calculated for the license by the end-user.

FlexNet Manager Suite (On-Premises)

2020 R1