CAD Exam QuestionsBrowse all questions from this exam

CAD Exam - Question 136


Which of the following is true about g_scratchpad? (Choose two.)

Show Answer
Correct Answer: AB

g_scratchpad is used to push information from the server to the client, which allows for the exchange of data necessary for client-side operations. Additionally, g_scratchpad does not exist on the mobile platform, making it specific to the desktop environment in ServiceNow.

Discussion

4 comments
Sign in to comment
pazorischeOptions: AD
Feb 18, 2024

Answer is AD

cynfergonOptions: AB
Mar 26, 2024

Answer AB: CAD book. The g_scratchpad object does not exist on the mobile platform.

kerni08Options: AB
Apr 17, 2024

The g_scratchpad object has no default properties, constructors or methods. https://developer.servicenow.com/dev.do#!/learn/courses/washingtondc/app_store_learnv2_scripting_washingtondc_scripting_in_servicenow/app_store_learnv2_scripting_washingtondc_server_side_scripting/app_store_learnv2_scripting_washingtondc_controlling_when_business_rules_run

CodingAmoOptions: AB
Jun 27, 2024

AB for the reasons already cited.