When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?

When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?A . base tableB . child tableC . parent tableD . all tablesView AnswerAnswer: B Explanation: Configuring the label of a field in a child table changes the label...

February 1, 2024 No Comments READ MORE +

Which one of the following is true for a Script Include with a Protection Policy value of Protected?

Which one of the following is true for a Script Include with a Protection Policy value of Protected?A . Any user with the protected_edit role can see and edit the Script IncludeB . The Protection policy option can only be enabled by a user with the admin roleC . The...

February 1, 2024 No Comments READ MORE +

Here is the Business Rule script template:

Here is the Business Rule script template: This type of JavaScript function is known as:A . ConstructorB . ScopedC . AnonymousD . Self-invokingView AnswerAnswer: D Explanation: Self-invoking. Learn JavaScript! This type of JavaScript function is known as self-invoking or immediately-invoked function expression (IIFE). It is a function that is defined...

February 1, 2024 No Comments READ MORE +

Which one of the following is true for GlideUser (g_user) methods?

Which one of the following is true for GlideUser (g_user) methods?A . Can be used in Client Scripts and UI Policies onlyB . Can be used in Business Rules onlyC . Can be used in Client Scripts, UI Policies, and UI ActionsD . Can be used in Business Rules, and...

January 31, 2024 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...

January 31, 2024 No Comments READ MORE +

Identify the incorrect statement about Delegated Development in ServiceNow.

Identify the incorrect statement about Delegated Development in ServiceNow.A . Administrators can grant non-admin users the ability to develop global applications.B . Administrators can specify which application file types the developer can access.C . Administrators can grant the developer access to script fields.D . Administrators can grant the developer access...

January 30, 2024 No Comments READ MORE +

Which of the following methods prints a message on a blue background to the top of the current form by default?

Which of the following methods prints a message on a blue background to the top of the current form by default?A . g_form.addInfoMsg()B . g_form.addInfoMessage()C . g_form.showFieldMessage()D . g_form.showFieldMsg()View AnswerAnswer: B Explanation: From: https://docs.servicenow.com/bundle/paris-application-development/page/script/general-scripting/reference/r_ScriptingAlertInfoAndErrorMsgs.html g_form.showFieldMsg("field_name", "Hello World", "error"); Puts "Hello World" in an error message **below the specified field**. g_form.addInfoMessage()...

January 29, 2024 No Comments READ MORE +

How many applications menus can an application have?

How many applications menus can an application have?A . 3, one for an application’s user modules, one for an application’s administrator modules, and one for the ServiceNow administrator’s modulesB . As many as the application design requiresC . 2, one for an application’s user modules and one for an application’s...

January 29, 2024 No Comments READ MORE +

When configuring a REST Message, the Endpoint is:

When configuring a REST Message, the Endpoint is:A . The commands to the REST script to stop executionB . The URI of the data to be accessed, queried, or modifiedC . Information about the format of the returned dataD . The response from the provider indicating there is no data...

January 29, 2024 No Comments READ MORE +

Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?

Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?A . All access to this table via web servicesB . Can create, Can update, and Can deleteC . Can read does not affect the availability of other Application Access fieldsD . Allow configurationView...

January 29, 2024 No Comments READ MORE +