When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?

When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?A . REST messagesB . TableC . Script IncludeD . WorkflowView AnswerAnswer: B Explanation: "By default, all application scope scripts can read the table's records but cannot perform any...

March 6, 2025 No Comments READ MORE +

When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?

When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?A . table.*will grant access to every field in a recordB . table.None will grant access to every record on the tableC . table.field will grant access to a specific field...

March 6, 2025 No Comments READ MORE +

What syntax is used in a Record Producer script to access values from Record Producer form fields?

What syntax is used in a Record Producer script to access values from Record Producer form fields?A . producer.field_nameB . producer.variablenameC . current.variable_nameD . current.field_nameView AnswerAnswer: B Explanation: The syntax used in a Record Producer script to access values from Record Producer form fields is producer.variable_name. A Record Producer is...

March 2, 2025 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: Flow Designer is a graphical tool that allows users to automate processes...

March 2, 2025 No Comments READ MORE +

Which Report Type(s) can be created by right-clicking on a column header in a table’s list?

Which Report Type(s) can be created by right-clicking on a column header in a table’s list?A . Bar Chart, Pie Chart, Histogram, and LineB . Bar ChartC . Bar Chart, Pie Chart, and HistogramD . Bar Chart and Pie ChartView AnswerAnswer: D Explanation: The Bar Chart and Pie Chart report...

March 1, 2025 No Comments READ MORE +

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 +