AssignmentStatus Table

AssignmentStatus lists all license assignment status .

Table 1. Database columns for AssignmentStatus table

Database Column

Details

AssignmentStatusID

Type: integer. Key

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

  • 1 = Consumed
  • 2 = Rejected
  • 3 = Not assessed
ResourceName

Type: text (max 256 characters)

The unique name of the localizable resource string representing a license assignment status.

DefaultValue

Type: text (max 100 characters)

The link to the license this install has been counted against. Foreign key to the SoftwareLicense table.