TheEventManagerTable
The Event Manager has no separate UI, but only a business layer of functionality used by the senders and subscribers of events.
Once an event is sent (and received by subscribers) it will not be used by the system, but is kept in the database as the event manager will store received events in the event table mainly for tracking and debugging uses.
Event Manager Maintenance¶
The event manager table will grow in time. This means that maintenance of the table is recommended.
This can be done using the job task “ManageEventLog”. Refer to the job manager for more information on setting up the job task.