ServiceNow Certified Application Developer — Question 15
Which one of the following is part of the client-side scripting API?
Answer options
- A. workflow.scratchpad
- B. GlideUser object (g_user)
- C. current and previous objects
- D. GlideSystem object (gs)
Correct answer: B
Explanation
The GlideUser object (g_user) is specifically designed for client-side scripting, allowing access to user-related information. The other options, such as workflow.scratchpad, current and previous objects, and GlideSystem object (gs), are not part of the client-side API, as they serve different purposes within the ServiceNow platform.