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_name B. producer.variablename C. current.variable_name D. current.field_nameView AnswerAnswer: B Explanation: Reference: https://community.servicenow.com/community? id=community_QUESTION NO:&sys_id=cc3803addb1cdbc01dcaf3231f9619b6
Which of the following is NOT a way to install an application on a ServiceNow instance?
Which of the following is NOT a way to install an application on a ServiceNow instance?A . Install an application from the Application Repository B. Select the Copy button on the application record C. Download and install an application from the ServiceNow Share web site D. Download and install a...
Which one of the following is the fastest way to create and configure a Record Producer?
Which one of the following is the fastest way to create and configure a Record Producer?A . Create a Catalog Category, open the category, and select the Add New Record Producer button B. Use the Record Producer module then add and configure all variables manually C. Open the table in...
Which one of the following is NOT a purpose of application scoping?
Which one of the following is NOT a purpose of application scoping?A . Provide a relationship between application artifacts B. Provide a way of tracking the user who developed an application C. Provide a namespace (prefix and scope name) to prevent cross application name collisions D. Provide controls for how...
Which one of the following client-side scripts apply to Record Producers?
Which one of the following client-side scripts apply to Record Producers?A . Catalog Client Scripts and Catalog UI Policies B. UI Scripts and UI Actions C. UI Scripts and Record Producer Scripts D. Client Scripts and UI PoliciesView AnswerAnswer: A Explanation: Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/script/client-scripts/concept/c_CatalogClientScriptCreation.html
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,...
Which of the following statements is true for the Form Designer?
Which of the following statements is true for the Form Designer? a) To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form. b) To create a new field on a form’s table, drag the appropriate data type from...
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...
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: Reference: https://docs.servicenow.com/bundle/orlando-servicenow-platform/page/administer/flowdesigner/reference/flow-triggers.html
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: Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/task/set-RCA-level.html