Which one of the following is NOT a debugging strategy for client-side scripts?
Which one of the following is NOT a debugging strategy for client-side scripts?A . g_form.addInfoMessage()B . Field WatcherC . jslog()D . gs.log()View AnswerAnswer: D Explanation: Reference: https://developer.servicenow.com/dev.do#!/learn/learning-plans/istanbul/new_to_servicenow/app_store_learnv2_scripting_istanbul_debugging_client_scripts
Here is the Business Rule script template: This type of JavaScript function is known as:
Here is the Business Rule script template: This type of JavaScript function is known as: A . ConstructorB . ScopedC . AnonymousD . Self-invokingView AnswerAnswer: D
Which of the following is NOT supported by Flow Designer?
Which of the following is NOT supported by Flow Designer?A . Call a subflow from a flowB . Test a flow with rollbackC . Use Delegated DeveloperD . Run a flow from a MetricBase TriggerView AnswerAnswer: B Explanation: Reference: https://community.servicenow.com/community?id=community_question&sys_id=b4d26e44db13ab409540e15b8a9619c9
Which one of the following is NOT a UI Action type?
Which one of the following is NOT a UI Action type?A . List choiceB . Form buttonC . List banner buttonD . Form choiceView AnswerAnswer: D Explanation: Reference: https://docs.servicenow.com/bundle/orlando-platform-administration/page/administer/list-administration/task/t_EditingAUIAction.html
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?A . All access to this table via web servicesB . Can create, Can update, and Can deleteC . Can read does not affect the availability of other Application Access fieldsD . Allow configurationView...
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?A . base tableB . child tableC . parent tableD . all tablesView AnswerAnswer: B Explanation: Reference: https://community.servicenow.com/community?id=community_question&sys_id=7ddc4462dbe2b3840be6a345ca9619af
Which of the following are configured in an Email Notification?
Which of the following are configured in an Email Notification? a) Who will receive the notification. b) What content will be in the notification. c) When to send the notification. d) How to send the notification.A . a, b and cB . a, b, and dC . b, c and...
Which of the following objects does a Display Business Rule NOT have access to?
Which of the following objects does a Display Business Rule NOT have access to?A . previousB . GlideSystemC . g_scratchpadD . currentView AnswerAnswer: A Explanation: Reference: https://community.servicenow.com/community?id=community_question&sys_id=8af90f29db5cdbc01dcaf3231f96197c
Which one of the following is true?
Which one of the following is true?A . A UI Policy’s Actions execute before the UI Policy’s ScriptsB . The execution order for a UI Policy’s Scripts and Actions is determined at runtimeC . A UI Policy’s Scripts execute before the UI Policy’s ActionsD . A UI Policy’s Actions and...
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.A . Identify the tableB . Script the function(s)C . Create a classD . Create a prototype object from the new classView AnswerAnswer: A