SoftwareTitleVersion Table
FlexNet Manager Suite
2020 R1
(On-Premises)
A list of application versions, which must be unique for a given product. Examples include “6.4”, “XP”, “Vista” and “2003”.
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.
Database Column |
Details |
---|---|
SoftwareTitleVersionID
|
Type: integer. Key. Generated ID The unique identifier for a version. |
SoftwareTitleProductID
|
Type: integer. Key The version’s product. Foreign key to the |
VersionName
|
Type: text (max 50 characters). Key The text for this application version. |
VersionWeight
|
Type: decimal Version weight (for ordering, so we know which versions are upgrades/downgrades of other versions). |
IsLocal
|
Type: boolean If this field is |
IsShared
|
Type: boolean |
FlexNet Manager Suite (On-Premises)
2020 R1