Events Flashcards
What is an event?
Events are special log records the system generates when something notable has happened or certain conditions occur.
What are example of events?
When a user logs in
When someone approves a request
When someone submits a new KB article
What the system uses to monitor system conditions?
Business rules
What tabs are used to configure a script trigger conditions and responding actions?
When to Run
Actions
Advanced
What is an alternative method of generating events?
The GlideSystem eventQueue() method, where you can generate an event wherever you can script.
Where event records are created?
In the Event table [sysevent]
How events are named?
<table>.<unique>
</unique></table>
Where you navigate to see every generated event?
All>System Policy>Events>Event Log
In order to be used, what an event must be?
The event must be registered