LicenseAllocation Table

FlexNet Manager Suite 2020 R1 (On-Premises)

The LicenseAllocation table specifies the allocation of licenses for each organizational unit. The same licensable product definition (from SoftwareProduct) may have license allocations for more than one organizational unit.

Table 1. Database columns for LicenseAllocation table

Database Column

Details

AllocationID

Type: integer. Key. Generated ID

Unique identifier for the license allocation record. This is automatically generated by SQL Server.

SoftwareProductID

Type: integer. Key

The license that maps to an application. This is a foreign key into the SoftwareProduct table.

OrganizationID

Type: integer. Key

Id of the organizational unit to which the software is allocated.

UnitsAllocated

Type: integer. Nullable

The number of units allocated for the application.

Expiry

Type: datetime. Nullable

The date and time that the license allocation expires.

FlexNet Manager Suite (On-Premises)

2020 R1