QuestionQ67

Working with External Data

For what purpose is a g_scratchpad object used?

  • A Populate the properties for Display Business Rule
  • B Pass the data from server-side to client-side script on Mobile
  • C Define constructors and destructors for table class
  • D Pass the data from server-side to client-side script on Web
Explanation

g_scratchpad passes data from server-side logic to client-side scripts on a web form. A Display Business Rule can set its properties before the form is delivered, making those values available to client-side scripting when the form loads.

Learn more

Community Discussion

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