ComplianceEventAction Table

The ComplianceEventAction table holds the list of possible actions in the handling of ‘compliance events’. These are any event, such as the arrival of a new application version or a change in primary application for a license, that should trigger recalculation of linked applications through upgrade and downgrade rights.

Table 1. Database columns for ComplianceEventAction table

Database Column

Details

EventActionID

Type: integer. Key. Generated ID

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

  • 1 = Notification (the event is automatically managed, and the operator is to be advised of the result)
  • 2 = Request for Action (the license is not managed automatically, and the operator receives a suggested action).
EventActionResourceName

Type: text (max 256 characters). Key

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

EventActionDefaultValue

Type: text (max 100 characters)

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