Which of the following features are available to Global applications? (Choose two.)
Which of the following features are available to Global applications? (Choose two.)A . Automated Test FrameworkB . Source ControlC . Delegated DevelopmentD . Flow DesignerView AnswerAnswer: AD Explanation: Global applications can use Automated Test Framework and Flow Designer features, but not Source Control and Delegated Development features. Source Control and...
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...
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...
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...
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...
When evaluating Access Controls, ServiceNow searches and evaluates:
When evaluating Access Controls, ServiceNow searches and evaluates:A . Only for matches on the current tableB . Only for matches on the current fieldC . From the most specific match to the most generic matchD . From the most generic match to the most specific matchView AnswerAnswer: C Explanation: When...
Which objects can be used in Inbound Action scripts?
Which objects can be used in Inbound Action scripts?A . current and previousB . current and emailC . current and eventD . current and producerView AnswerAnswer: B Explanation: Inbound Action scripts are server-side scripts that run when an email is received by the system. They can use the current object...
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 platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?A . Business Service Management MapB . Data SourcesC . Transform MapD . Cl Relationship BuilderView AnswerAnswer: C Explanation: A transform map determines the relationships between fields...
Which of the following statements does NOT apply when extending an existing table?
Which of the following statements does NOT apply when extending an existing table?A . The parent table’s Access Controls are evaluated when determining access to the new table’s records and fieldsB . The new table inherits the functionality built into the parent tableC . The new table inherits all of...