SoftwareTitleVersion Table

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.
Table 1. Database columns for SoftwareTitleVersion table

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 SoftwareTitleProduct table.

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 False, the version has come from the ARL. If it is True, then the version has been created by an operator.

IsShared

Type: boolean