SoftwareLicenseDefinition Table

SoftwareLicenseDefinition maps SKUs to the license definitions and applications that it relates to.

Table 1. Database columns for SoftwareLicenseDefinition table

Database Column

Details

SoftwareLicense DefinitionID

Type: integer. Key. Generated ID

A unique identifier for this record.

LicenseDefinition FactoryUID

Type: text (max 30 characters). Key

The FlexNet Manager Suite factory unique identifier for this record.

NonMaintenanceLicense DefinitionFactoryUID

Type: text (max 30 characters). Key. Nullable

The FlexNet Manager Suite factory without maintenance for this record.

LicenseDefinitionTypeID

Type: integer. Key

The lciense definition type. Foreign key to the LicenseDefinitionType table.

LicenseDefinition

Type: text

The license definition. Contains information relevant to license creation and application links.

ProductName

Type: text (max 2000 characters)

When a license is created using this definition, this will be its license name.

ProductVersion

Type: text (max 2000 characters)

When a license is created using this definition, this will be its license version.

ProductPublisher

Type: text (max 2000 characters)

When a license is created using this definition, this will be its license publisher.

LicenseTypeID

Type: integer. Key

This definition will create a license of this type. Foreign key to the LicenseType table.

IsUpgrade

Type: boolean

Set this field to True if this definition will create an upgrade license. If this field is False, this definition creates a standard license.

Version

Type: integer. Key

The current version of this SKU definition.

PreviousVersion

Type: integer. Key. Nullable

The version of the SKU definition prior to the current version.

CreationDate

Type: datetime

The date that this record was created.

UpdatedDate

Type: datetime. Nullable

The date that this record was last updated.