EventLogStatus Table

The EventLogStatus table holds the different statuses of events created by the system.

Table 1. Database columns for EventLogStatus table

Database Column

Details

EventLogStatusID

Type: integer. Key. Generated ID

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

  • 1 = In Progress
  • 2 = Success
  • 3 = Failed.
ResourceName

Type: text (max 256 characters). Key

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

DefaultValue

Type: text (max 100 characters)

A description of the event status.