LicenseStatus Table

LicenseStatus is a static table storing the collection of possible license states.

Table 1. Database columns for LicenseStatus table

Database Column

Details

LicenseStatusID

Type: integer. Key. Generated ID

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

  • 1 = Active
  • 2 = Retired
  • 3 = In Stock
  • 4 = Purchased
  • 5 = Received.
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a license status. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

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