QuestionQ108

Application Automation

Identify the ways an application can respond to an event generated by the gs.eventQueue() method.

Choose two
  • A Client Script
  • B Email Notification
  • C Scheduled Script Execution (Scheduled Job)
  • D Script Action
  • E UI Policy
Explanation

ServiceNow processes queued events through handlers such as Script Actions and notifications. A Script Action can execute server-side logic for the event, and an Email Notification can send email when the event fires.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!