SoftwareLicenseChangeEventSource Table

SoftwareLicenseChangeEventSource is a static table holding all the valid sources of license change events.

Table 1. Database columns for SoftwareLicenseChangeEventSource table

Database Column

Details

SoftwareLicenseChange EventSourceID

Type: integer. Key. Generated ID

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

  • 1 = ARL
  • 2 = Software License
  • 3 = Software Title (the application properties)
  • 4 = Contract
  • 5 = Version (changing the relative priorities or weights of application versions linked to a license)
  • 6 = Edition (changing the relative priorities or weights of application editions linked to a license).
ChangeEventSource ResourceString

Type: text (max 256 characters). Key

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

ChangeEventSource DefaultValue

Type: text (max 100 characters)

Default value for a license change event source if the source resource has no translation.