Which one of the following is the baseline behavior of a table in a privately-scoped application?
Which one of the following is the baseline behavior of a table in a privately-scoped application?A . The table and its data are not accessible using web servicesB . Any Business Rule can read, write, delete, and update from the tableC . Only artifacts in the table’s application can read...
Which of the following is true for the Application Picker and Application Scope?
Which of the following is true for the Application Picker and Application Scope?A . Selecting application from the Application Picker does not set the Application Scope.B . Selecting Global in the Application Picker sets the Application Scope to incidentC . Global is a reserved application which does not appear in...
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...
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: B 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...
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...
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...
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...
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...
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...
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...