SoftwareTitleEdition Table

A list of application editions, which must be unique for a given product. Examples include “Ultimate”, “Professional” and “32 bit”.

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

Database Column

Details

SoftwareTitleEditionID

Type: integer. Key. Generated ID

The unique identifier for an edition.

SoftwareTitleProductID

Type: integer. Key

The edition’s product. Foreign key to the SoftwareTitleProduct table.

EditionName

Type: text (max 50 characters). Key

The text for this application edition.

EditionWeight

Type: decimal

Edition weight (for ordering, so we know which editions are upgrades/downgrades of other editions).

IsLocal

Type: boolean

If this field is False, the edition has come from the ARL. If it is True, then the edition has been created by an operator.

IsShared

Type: boolean