Which determines the relationships between fields in an Import Set table to fields in an existing ServiceNow table?
How would you describe the relationship between the Incident and Task table? I Incident table is extended from Task table
Here is the Business Rule script template:
This type of JavaScript function is known as:
Which one of the following is the correct Link Type to select when creating a module that opens the Record Producer for a user rather than the ServiceNow form?
Which ServiceNow capability provides assistance to help users obtain information, make decisions, and perform common work tasks via a messaging interface?
On a Business Rule, the When setting determines at what point the rule executes. What are the options for specifying that timing?
Which tab on the knowledge base record, would you use to identify the sets of users who are able to read articles in that knowledge base?
Which one of the following is NOT a method used for logging messages in a server-side script for a privately- scoped application?
Which ServiceNow utility provides a modern interactive graphical interface to visualize configuration items and their relationships?
When debugging Email Notifications, what must you check on a user record?
Choose 2 answers
What are some of the benefits of extending an existing table such as the Task table when creating a new application?
a)You can repurpose existing fields by simply changing the label.
b)Use existing fields with no modifications.
c)Existing logic from the parent table will be automatically applied to the new table.
d)All of the parent table records are copied to the new table.
Which roles grant access to source control repository operations such as importing applications from source control, or linking an application to source control? (Choose two.)
Which database operations can be controlled with Access Control?
Choose 2 answers
An administrator creates "customer_table_adminH and "customer_table_user" roles for the newly created "Customer Table". Which ACL rule would grant access to all rows and all fields to both the customer_table_admin and customer_table_user roles?
Which Report Type(s) can be created by right-clicking on a column header in a table’s list?
Which methods can be used to install an application on a ServiceNow instance?
Choose 3 answers
Which of the following objects does a Display Business Rule NOT have access to?
In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?
Access Control rules are applied to a specific table, like the Incident table. What is the object name for a rule that applies to the entire Incident table (all rows and fields)?
Which module would you use to create a new automation of business logic such as approvals, tasks, and notifications?
While showing a customer their Incident form, they ask to change the Priority field title to display their internal terminology Value. How would you do that?
Choose 2 answers
What is the best practice related to using the Default Update Set for moving customizations between instances?
The Report Designer contains different sections for configuring your report. Which section is used to specify the name of the report, and the table or data source for the report.
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?
If you create a SOAP Message, what syntax indicates a variable to pass when the function is called?
Application developers configure ServiceNow using industry standard JavaScript to…
Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
Which one of the following is the fastest way to create and configure a Record Producer?
What do you install when you want to add applications or functionality within your development instance?
For Application Access there is a configuration option called Allow access to this table via web services. Which one of the following statements is true when this option is selected?
Which server-side object provides methods for working with dates when writing a script in a privately scoped application?
What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?
Which ATF Test step allows you to create a user with specified roles and groups for the test?
The source control operation used to store local changes on an instance for later application is called a(n)
Which of the following methods prints a message on a blue background to the top of the current form by default?
Which of the following is true for the Application Picker and Application Scope?
When creating an application through the Guided Application Creator, what are the options for creating a table? (Choose 3 answers)
Which one of the following is NOT required to link a ServiceNow application to a Git repository?
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
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.
Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
What do you click when you have made modifications to your report, and you want to see the results without saving?
What section on the Notes tab, shows the history of the work documented on the record?
What syntax is used in a Record Producer script to access values from Record Producer form fields?