Application developers configure ServiceNow using industry standard JavaScript to…

Application developers configure ServiceNow using industry standard JavaScript to…A . Enable the right-click to edit the context menus on applications in the navigatorB . Extend and add functionalityC . Customize the organization’s company logo and banner textD . Configure the outgoing email display nameView AnswerAnswer: B Explanation: Application developers configure...

March 1, 2025 No Comments READ MORE +

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: See list of triggers on right hand side of this webpage: https://docs.servicenow.com/en-US/bundle/tokyo-application-development/page/administer/flow-designer/reference/flow-triggers.html The trigger types in Flow Designer are Application, Record, Schedule, and Topic. Outbound Email...

February 28, 2025 No Comments READ MORE +

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

February 27, 2025 No Comments READ MORE +

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

February 27, 2025 No Comments READ MORE +

To see what scripts, reports, and other application artifacts will be in a published application:

To see what scripts, reports, and other application artifacts will be in a published application:A . Enter the name of the Application in the Global search fieldB . Open the list of Update Sets for the instanceC . Examine the Application Files Related List in the application to be publishedD...

February 24, 2025 No Comments READ MORE +

A scoped application containing Flow Designer content dedicated to a particular application is called a(n):

A scoped application containing Flow Designer content dedicated to a particular application is called a(n):A . SpokeB . BundleC . ActionD . FlowView AnswerAnswer: A Explanation: https://docs.servicenow.com/bundle/paris-servicenow-platform/page/administer/flow-designer/concept/spokes.html A spoke is a scoped application containing Flow Designer content dedicated to a particular application or record type. Flow Designer provides a set...

February 23, 2025 No Comments READ MORE +

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

February 23, 2025 No Comments READ MORE +

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

February 22, 2025 No Comments READ MORE +

Which one of the following is part of the client-side scripting API?

Which one of the following is part of the client-side scripting API?A . workflow.scratchpadB . GlideUser object (g_user)C . current and previous objectsD . GlideSystem object (gs)View AnswerAnswer: B Explanation: https://developer.servicenow.com/dev.do#!/reference/api/rome/client The GlideUser object (g_user) is part of the client-side scripting API that provides information about the current user and...

February 20, 2025 No Comments READ MORE +

Which of the following statements is true about Guided Application Creator?

Which of the following statements is true about Guided Application Creator?A . The global scope option is turned on by defaultB . A scope application user role is automatically createdC . Default access controls are automatically createdD . The welcome screen appears every time a new application is createdView AnswerAnswer:...

February 20, 2025 No Comments READ MORE +