SoftwareTitleLicenseReason Table

SoftwareTitleLicenseReason is a static table listing valid reasons why a software title was added to a license.

Table 1. Database columns for SoftwareTitleLicenseReason table

Database Column

Details

SoftwareTitleLicense ReasonID

Type: integer. Key. Generated ID

A unique identifier for each SoftwareTitleLicenseReason. Possible values and the corresponding default strings are:

  • 1 = Manual
  • 2 = Current
  • 3 = Edition Downgrade
  • 4 = Version Downgrade
  • 5 = Version Upgrade.
ReasonResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing the reason a license was linked to a title. Foreign key to the ComplianceResourceString table.

ReasonDefaultValue

Type: text (max 100 characters)

The text to display if the reason resource string has no translation.