ServiceNow Certified Application Developer — Question 15

Which one of the following is part of the client-side scripting API?

Answer options

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.