CAD · Question #55
Identify the way(s) an application can respond to an Event generated by the gs.eventQueue() method.
The correct answer is C. a and d. When gs.eventQueue() fires an event in ServiceNow, applications can respond in two primary ways that correspond to options (a) and (d): via a Script Action (a server-side script that executes in response to the event) and via a Notification (an email or other alert triggered by t
Question
Identify the way(s) an application can respond to an Event generated by the gs.eventQueue() method.
Options
- Ab and c
- Bc
- Ca and d
- Da and c
How the community answered
(28 responses)- B4% (1)
- C96% (27)
Explanation
When gs.eventQueue() fires an event in ServiceNow, applications can respond in two primary ways that correspond to options (a) and (d): via a Script Action (a server-side script that executes in response to the event) and via a Notification (an email or other alert triggered by the event). These are the two standard event response mechanisms. Other options listed (b and c) represent incorrect or incomplete combinations of those mechanisms.
Topics
Community Discussion
No community discussion yet for this question.