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: Reference: https://community.servicenow.com/community?id=community_question&sys_id=7ddc4462dbe2b3840be6a345ca9619af

September 2, 2022 No Comments READ MORE +

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

September 2, 2022 No Comments READ MORE +

Which of the following objects does a Display Business Rule NOT have access to?

Which of the following objects does a Display Business Rule NOT have access to?A . previousB . GlideSystemC . g_scratchpadD . currentView AnswerAnswer: A Explanation: Reference: https://community.servicenow.com/community?id=community_question&sys_id=8af90f29db5cdbc01dcaf3231f96197c

September 1, 2022 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...

August 31, 2022 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

August 29, 2022 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,...

August 18, 2022 No Comments READ MORE +

Here is the Business Rule script template: This type of JavaScript function is known as:

Here is the Business Rule script template: This type of JavaScript function is known as: A . ConstructorB . ScopedC . AnonymousD . Self-invokingView AnswerAnswer: D

August 17, 2022 No Comments READ MORE +

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

August 16, 2022 No Comments READ MORE +

Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?

Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?A . g_user.hasRole(‘catalog_admin’)B . g_user.hasRoleExactly(‘catalog_admin’)C . g_user.hasRoleOnly(‘catalog_admin’)D . g_user.hasRoleFromList(‘catalog_admin’)View AnswerAnswer: B

August 15, 2022 No Comments READ MORE +

Which of the following is NOT supported by Flow Designer?

Which of the following is NOT supported by Flow Designer?A . Call a subflow from a flowB . Test a flow with rollbackC . Use Delegated DeveloperD . Run a flow from a MetricBase TriggerView AnswerAnswer: B Explanation: Reference: https://community.servicenow.com/community?id=community_question&sys_id=b4d26e44db13ab409540e15b8a9619c9

August 15, 2022 No Comments READ MORE +