QuestionQ46

Application User Interface

Which of the following is included in the client-side scripting API?

  • A workflow.scratchpad
  • B GlideUser object (g_user)
  • C current and previous objects
  • D GlideSystem object (gs)
Explanation

The GlideUser object, available as g_user, is a client-side API that provides information about the currently logged-in user. gs, current, previous, and workflow.scratchpad are used in server-side scripting contexts.

Community Discussion

No comments yet. Be the first to start the discussion!