EntitlementTransactionType Table

EntitlementTransactionType is a static table listing all of the types of transactions that can be performed associating purchased entitlements to a license.

Table 1. Database columns for EntitlementTransactionType table

Database Column

Details

EntitlementTransaction TypeID

Type: integer. Key. Generated ID

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

  • 1 = Purchased entitlements added to license
  • 2 = Purchased entitlements removed from license
  • 3 = Purchased entitlements taken from this license for upgrade purposes
  • 4 = Entitlements adjusted manually on the license by an operator
  • 5 = Maintenance entitlements adjusted on the license.
  • 6 = Maintenance entitlements adjusted manually on the license.
  • 7 = Upgrade entitlements adjusted manually on the license.
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing the type of transaction. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 256 characters)

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