ServiceNow Certified Application Developer — Question 126
Which of the following is true about g_scratchpad? (Choose two.)
Answer options
- A. Used to push information from the server to the client
- B. Does not exist on the mobile platform
- C. Has constructors and methods
- D. Has default properties passed by client-side scripts
Correct answer: A, B
Explanation
Option A is correct because g_scratchpad is specifically designed to transfer information from the server to the client side. Option B is also correct as g_scratchpad does not function on mobile devices, while options C and D are incorrect because g_scratchpad does not have constructors or methods and does not include default properties from client-side scripts.