SoftwareLicenseChangeEventReason Table

SoftwareLicenseChangeEventReason is a static table holding all the valid reasons why a license change event was generated.

Table 1. Database columns for SoftwareLicenseChangeEventReason table

Database Column

Details

SoftwareLicenseChange EventReasonID

Type: integer. Key. Generated ID

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

  • 1 = Add Application
  • 2 = Remove Application.
ChangeEventReason ResourceString

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a change event reason. Foreign key to the ComplianceResourceString table.

ChangeEventReason DefaultValue

Type: text (max 100 characters)

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