ServiceNow Certified Application Developer — Question 17
Which objects can be used in Inbound Action scripts?
Answer options
- A. current and previous
- B. current and email
- C. current and event
- D. current and producer
Correct answer: B
Explanation
The correct answer is B, as the 'current' and 'email' objects are specifically utilized within Inbound Action scripts to handle incoming email data. The other options include 'previous', 'event', and 'producer', which do not have relevance in the context of processing inbound email actions.