ServiceNow Certified Application Developer — Question 152
Which of the following objects does a Before Business Rule have access to in a script?
Answer options
- A. current
- B. previous
- C. GlideRecord
- D. All of the above
Correct answer: D
Explanation
The correct answer is D because a Before Business Rule can access the 'current' and 'previous' objects, as well as create instances of GlideRecord. Options A, B, and C are specific objects that are accessible, but D encompasses all of them, making it the most comprehensive choice.