SoftwareLicenseGroupAssignmentHistoryType Table

SoftwareLicenseGroupAssignmentHistoryType stores a collection of the types of history record that can be stored in the SoftwareLicenseGroupAssignmentHistory table.

Table 1. Database columns for SoftwareLicenseGroupAssignmentHistoryType table

Database Column

Details

SoftwareLicenseGroup AssignmentHistoryTypeID

Type: integer. Key. Generated ID

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

  • 1 = Manual (manual increase/decrease of the group assignment quantity)
  • 2 = ManualDialog (manual increase/decrease of the group assignment quantity, using the Assign License Entitlements dialog_
  • 3 = Transfer (a transfer of entitlements from one enterprise group to another)
  • 4 = ClearAssignments (the Clear Assignments button has been used to remove all entitlements from a group)
  • 5 = AssignPurchased (the Assign Purchases button has been used to copy purchases within the group to the group assignment total)
  • 6 = ChangeGroupType (assignments have been cleared because the group assignment type has been changed).
ResourceName

Type: text (max 256 characters). Nullable

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

SoftwareLicenseGroup AssignmentHistoryType Name

Type: text (max 64 characters). Key

A description of the history type.

DefaultValue

Type: text (max 50 characters)

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