SoftwareLicenseTypeChangeProposal Table

FlexNet Manager Suite 2020 R1 (On-Premises)

The SoftwareLicenseTypeChangeProposal table is used to store a proposed change of type for a particular software license. The changes have been inferred from changes to the license definition used to create the 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 SoftwareLicenseTypeChangeProposal table

Database Column

Details

SoftwareLicenseType ChangeProposalID

Type: integer. Key. Generated ID

Primary key for the SoftwareLicenseTypeChangeProposal table.

SoftwareLicenseID

Type: integer. Key

Foreign key to the SoftwareLicense table.

SoftwareLicense DefinitionID

Type: integer. Key

Foreign key to the SoftwareLicenseDefinition table.

LicenseDefinitionVersion

Type: integer

The version of the license definition that has been used for these proposed changes.

SoftwareLicenseUse RightNameID

Type: integer

The proposed use right being changed on the software license.

SoftwareLicenseTypeID

Type: integer. Key

The proposed license type for the software license.

OldSoftwareLicenseTypeID

Type: integer

The existing license type for the software license.

SoftwareLicense ProposalStatusID

Type: integer

The state of this software license change proposal.

Conflicted

Type: boolean

Whether this license type change proposal conflicts with another type proposed for the same license.

CreationUser

Type: text (max 128 characters). Nullable

The operator who created the record.

CreationDate

Type: datetime

The date the record was created.

UpdatedUser

Type: text (max 128 characters). Nullable

The operator who updated the record.

UpdatedDate

Type: datetime. Nullable

The date the record was updated.

FlexNet Manager Suite (On-Premises)

2020 R1