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...

January 20, 2024 No Comments READ MORE +

Which of the following CANNOT be debugged using the Field Watcher?

Which of the following CANNOT be debugged using the Field Watcher?A . Business RulesB . Script IncludesC . Client ScriptsD . Access ControlsView AnswerAnswer: D Explanation: The Field Watcher is a debugging tool that allows you to monitor the values of fields on a form as they change due to...

January 20, 2024 No Comments READ MORE +

The source control operation used to store local changes on an instance for later application is called a(n) <blank>.

The source control operation used to store local changes on an instance for later application is called a(n) <blank>.A . BranchB . TagC . StashD . Update setView AnswerAnswer: A Explanation: The source control operation used to store local changes on an instance for later application is called a stash....

January 20, 2024 No Comments READ MORE +

Which one of the following is NOT required to link a ServiceNow application to a Git repository?

Which one of the following is NOT required to link a ServiceNow application to a Git repository?A . PasswordB . URLC . User nameD . Application nameView AnswerAnswer: D Explanation: The application name is not required to link a ServiceNow application to a Git repository. You only need to provide...

January 20, 2024 No Comments READ MORE +

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: A Explanation: A UI Action is a button, link, or choice that can be clicked by a user to perform an action, such as submitting...

January 19, 2024 No Comments READ MORE +

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 Explanation: The step that does not belong when creating...

January 19, 2024 No Comments READ MORE +

One of the uses of the ServiceNow REST API Explorer is:

One of the uses of the ServiceNow REST API Explorer is:A . Practice using REST to interact with public data providersB . Find resources on the web for learning about RESTC . Convert SOAP Message functions to REST methodsD . Create sample code for sending REST requests to ServiceNowView AnswerAnswer:...

January 19, 2024 No Comments READ MORE +

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...

January 19, 2024 No Comments READ MORE +

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: https://developer.servicenow.com/dev.do#!/learn/learning- plans/rome/new_to_servicenow/app_store_learnv2_scripting_rome_debugging_client_scripts The following are debugging strategies for client-side scripts, which run in the web browser and manipulate the user interface: g_form.addInfoMessage(). This is a...

January 18, 2024 No Comments READ MORE +

What are some of the considerations to document as part of the business process?

It is best practice to define the business requirements and the process(es) an application will manage as part of the application development plan. What are some of the considerations to document as part of the business process?A . Business problem, data input/output, users/stakeholders, and process stepsB . Business problem, data...

January 18, 2024 No Comments READ MORE +