QuestionQ21

Security and Restricting Access

Which class is not included in the client-side scoped APIs?

  • A GlideDialogWindow
  • B GlideAjax
  • C GlideRecord
  • D GlideForm
Explanation

The client-side GlideRecord API is not supported in scoped applications. Database access from scoped client scripts should instead use a client-callable Script Include through GlideAjax (or an appropriate REST API).

Learn more

Community Discussion

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