QuestionQ153

Working with External Data

Which client-side scoped API class can serve as a replacement for GlideRecord?

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

GlideAjax lets a client script invoke server-side code in a client-callable Script Include to retrieve or process record data. ServiceNow specifies GlideAjax as the alternative to client-side GlideRecord in scoped applications.

Learn more

Community Discussion

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