ServiceNow Certified Implementation Specialist – Event Management — Question 59
What would be an appropriate use case for having to write JavaScript in Event Management?
Answer options
- A. To change the value of the message key
- B. To create a custom action within a subflow
- C. To parse a node name out of your raw event data in an event rule
- D. To automatically create an incident
Correct answer: B
Explanation
The correct answer is B because creating a custom action within a subflow often requires JavaScript to define specific functionality. Options A, C, and D may involve other configurations or tools that do not necessitate JavaScript for their implementation.