CAD · Question #270
Identify the ways an application can respond to an Event generated by the gs.eventQueue() method. (Choose 2 answers)
The correct answer is B. Email Notification: Events can trigger email notifications. By associating an event with a E. Script Action: Script Actions are server-side scripts that execute in response to events. They. When gs.eventQueue() fires an event, server-side mechanisms are used to respond. (B) Email Notifications can be configured to trigger when a specific event is fired - you associate the notification with the event name in its 'When to send' settings. (E) Script Actions are…
Question
Identify the ways an application can respond to an Event generated by the gs.eventQueue() method. (Choose 2 answers)
Options
- AUI Policy
- BEmail Notification: Events can trigger email notifications. By associating an event with a
- CClient Script
- DScheduled Script Execution (Scheduled Job)
- EScript Action: Script Actions are server-side scripts that execute in response to events. They
How the community answered
(16 responses)- B88% (14)
- C6% (1)
- D6% (1)
Explanation
When gs.eventQueue() fires an event, server-side mechanisms are used to respond. (B) Email Notifications can be configured to trigger when a specific event is fired - you associate the notification with the event name in its 'When to send' settings. (E) Script Actions are dedicated server-side scripts that execute in direct response to a named event; they are the primary programmatic way to react to events. UI Policies (A) and Client Scripts (C) are client-side and cannot listen for server-fired events. Scheduled Jobs (D) run on a time-based schedule, not in response to events.
Topics
Community Discussion
No community discussion yet for this question.