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
In an Email Notification, which one of the following is NOT true for the Weight field?
In an Email Notification, which one of the following is NOT true for the Weight field?A . Only Notifications with the highest weight for the same record and recipients are sentB . A Weight value of zero means that no email should be sentC . The Weight value defaults to...
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
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 of the following is NOT a trigger type in Flow Designer?
Which of the following is NOT a trigger type in Flow Designer?A . Outbound EmailB . ApplicationC . RecordD . ScheduleView AnswerAnswer: A Explanation: Reference: https://docs.servicenow.com/bundle/orlando-servicenow-platform/page/administer/flowdesigner/reference/flow-triggers.html
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 of the following is NOT a trigger type in Flow Designer?
Which of the following is NOT a trigger type in Flow Designer?A . Outbound EmailB . ApplicationC . RecordD . ScheduleView AnswerAnswer: A Explanation: Reference: https://docs.servicenow.com/bundle/orlando-servicenow-platform/page/administer/flowdesigner/reference/flow-triggers.html
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...
Which of the following are true for reports in ServiceNow?(Choose three.)
Which of the following are true for reports in ServiceNow?(Choose three.)A . Any user can see any report shared with them.B . Can be a graphical representation of data.C . All users can generate reports on any table.D . Can be run on demand by authorized users.E . Can be...
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?A . REST messagesB . TableC . Script IncludeD . WorkflowView AnswerAnswer: B Explanation: Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/task/set-RCA-level.html