SoftwareLicenseCreation Table

FlexNet Manager Suite 2020 R1 (On-Premises)

SoftwareLicenseCreation records which SKU definition was used to create a software license.

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

Database Column

Details

SoftwareLicenseCreationID

Type: integer. Key. Generated ID

A unique identifier for this record.

SoftwareLicenseID

Type: integer. Key

The software license created. Foreign key to the SoftwareLicense table.

SoftwareSkuID

Type: integer. Key. Nullable

The SKU that was recognized. This value is optional, as the software license could have been created directly using a definition selected by the operator, without a SKU being used as the link. Foreign key to the SoftwareSku table.

SoftwareLicense DefinitionID

Type: integer. Key

The license definition used to create the software license. Foreign key to the SoftwareLicenseDefinition table.

LicenseDefinitionVersion

Type: integer. Key

Which version of the license definition was used to create the software license.

FlexNet Manager Suite (On-Premises)

2020 R1