What function do you use to add buttons, links, and context menu items on forms and lists?
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?
Exportitem table is extended from Item table with the additional column of ItemCountry added. The Item table contains the columns ItemName and ItemQty.
Which fields are available in the Exportitem table?
A developer wants to set up an application module that allows inserting new records into a table.
Which configuration option achieves this?
What syntax is used in a Record Producer script to access values from Record Producer form fields?
When crafting a scoped application that contains flow actions, what is the application called?
What tool is used to import data from various data sources, and map that data into ServiceNow tables?
Which tool is used to define relationships between fields in an import set table and a target table?
What is a benefit of creating an Application Properties page for each application?
What field type would you select if you want to query records from another table on a form?
It is best practice to define the business requirements and the process(es) an application will manage as part of the application development plan. What are some of the considerations to document as part of the business process?
(Which permissions can Administrators give to Delegated Developers? Choose 2 options.)
As an IT employee what interface would you use, if you wanted to browse internal IT documentation, like troubleshooting scripts and FAQs?
Access Control debug information identification whether each element of an Access Control granted of denied access. The elements of an Access Control evaluated?
Which one of the following is true for this script fragment?
g_user.hasRole(,x_my_app_user');
If a knowledge base has no access details specified, what users are able to read articles in that knowledge base?
Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow? (Choose 3 answers)
On the knowledge base record, which tab would you use to define which users are able to write articles to the knowledge base?
Identify the ways an application can respond to an Event generated by the gs.eventQueue() method. (Choose 2 answers)
What is the best practice related to using the Default Update Set for moving customizations between instances?
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
To see what scripts, reports, and other application artifacts will be in a published application:
This script fragment is executed in an application: g_user.hasRole('x_my_app_user');
What is the logical evaluation of this script fragment?
Which source control operation is available from BOTH Studio and the Git Repository?
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
On what part of the ServiceNow instance, would you find the option to Impersonate User?
(How does the weight field value affect sending multiple notifications for the same record and recipients?)
What feature allows you to limit who is able to contribute or read knowledge within a knowledge base?
What do you click when you have made modifications to your report, and you want to see the results without saving?
A new employee joins the IT department and needs to perform work assigned to Network and Hardware groups. How would you set up their access?
Choose 3 answers
What are examples of Ul Actions, relating to Lists?
Choose 4 answers
List Control
For your implementation the following tables are extended from each other:
• Incident table is extended from Task table
• Super Incident table is extended from Incident table
In this situation, which table(s) are Parent. Child and Base tables?
Choose 5 answers
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)?
The source control operation used to store local changes on an instance for later application is called a(n)
a. To replace outdated, inadequate, custom business applications and processes
b. To extend service delivery and management to all enterprise departments
c. To allow users full access to all ServiceNow tables, records, and fields
d. To extend the value of ServiceNow
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 one of the following is the correct Link Type to select when creating a module that opens the Record Producer UI for a user rather than the ServiceNow form UI?
What section on the Notes tab, shows the history of the work documented on the record?
Which of the following is NOT a way to install an application on a ServiceNow instance?
Which database operations can be controlled with Access Control?
Choose 2 answers
When creating an application through the Guided Application Creator, which of the following is NOT an option for creating a table?
(What is a scoped application that contains Flow Designer actions tailored for a specific application or record type?)
An app developer enables the "Allow access to this table via web services" option in Application Access. What is the result of this configuration?
Which one of the following is NOT a debugging strategy for client-side scripts?
(What are valid reasons to develop an application on the ServiceNow platform? Choose 2 options.)
Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer Ul. How is the page specified?
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
(How does a user make additional changes to the update set once the update set has been marked complete?)