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 +

When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?

When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?A . ${event. <property name>}B . ${current. <property name>}C . ${property name>.getDisplayValue()}D . ${gs.<property name>}View AnswerAnswer: A Explanation: https://www.servicenow.com/community/it-service-management-forum/email-notification/m-p/695221 Reference: https://community.servicenow.com/community?id=community_Question:&sys_id=e017cbe5db1cdbc01dcaf3231f9619a3 When configuring the content of an Email...

February 19, 2025 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-sidescripts, which run in the web browser and manipulate the user interface: g_form.addInfoMessage(). This is a client-side API...

February 18, 2025 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...

February 18, 2025 No Comments READ MORE +

Which of the following GuideRecord methods run a query against a database table?

Which of the following GuideRecord methods run a query against a database table? Choose 3 answersA . -query( )B . runQuery()C . query()D . -get()E . get(View AnswerAnswer: A, C, E Explanation: https://docs.servicenow.com/bundle/tokyo-application-development/page/app-store/dev_portal/API_reference/GlideQuery/concept/GlideQueryGlobalAPI.html#GlideQueryAPI https://docs.servicenow.com/bundle/tokyo-application-development/page/app-store/dev_portal/API_reference/glideRecordScoped/concept/c_GlideRecordScopedAPI.html

February 17, 2025 No Comments READ MORE +

When evaluating Access Controls, ServiceNow searches and evaluates:

When evaluating Access Controls, ServiceNow searches and evaluates:A . Only for matches on the current tableB . Only for matches on the current fieldC . From the most specific match to the most generic matchD . From the most generic match to the most specific matchView AnswerAnswer: C Explanation: When...

February 17, 2025 No Comments READ MORE +