When configuring a module, what does the Override application menu roles configuration option do?
When configuring a module, what does the Override application menu roles configuration option do?A . Users with the module role but without access to the application menu access the moduleB . Self-Service users can access the module even though they do not have rolesC . Admin is given access to...
Which one of the following is true for a table with the “Allow configuration” Application Access option selected?
Which one of the following is true for a table with the “Allow configuration” Application Access option selected?A . Only the in scope application’s scripts can create Business Rules for the tableB . Any user with the application’s user role can modify the application’s scriptsC . Out of scope applications...
From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
From the list below, identify one reason an application might NOT be a good fit with ServiceNow. The application:A . Needs workflow to manage processesB . Requires “as-is” use of low-level programming librariesC . Requires reporting capabilitiesD . Uses forms extensively to interact with dataView AnswerAnswer: B Explanation: From the...
Which one of the following is a list of Link types?
Modules must have a Link type. Which one of the following is a list of Link types?A . List of Records, Separator, Catalog Type, RolesB . Assessment, List of Records, Separator, Timeline PageC . List of Records, Content Page, Order, URL (from arguments:)D . Assessment, List of Records, Content Page,...
In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?
In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?A . g_form.hasRoleExactly(‘admin’)B . gs.hasRole(‘admin’)C . g_form.hasRole(‘admin’)D . gs.hasRoleExactly(‘admin’)View AnswerAnswer: B Explanation: Business Rule is server-side, so it uses GlideSystem API. gs.hasRoleExactly doesn't exist In a Business Rule, the following...
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 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...
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....
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...
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...