ServiceNow Certified Application Developer — Question 45

Which of the following objects does a Display Business Rule NOT have access to?

Answer options

Correct answer: A

Explanation

A Display Business Rule does not have access to the 'previous' object because it only works with the current record and does not retain information about the previous state. In contrast, 'GlideSystem', 'g_scratchpad', and 'current' are all accessible within a Display Business Rule, allowing for various functionalities and data handling.