EventLogCategory Table

The EventLogCategory table holds the different categories of events created by the system.

Table 1. Database columns for EventLogCategory table

Database Column

Details

EventLogCategoryID

Type: integer. Key. Generated ID

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

  • 1 = Email Notification.
ResourceName

Type: text (max 256 characters). Key

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

DefaultValue

Type: text (max 100 characters)

A description of the event category.