On a Business Rule, the When setting determines at what point the rule executes. What are the options for specifying that timing?
Which one of the following is the fastest way to create and configure a Record Producer?
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?
To see what scripts, reports, and other application artifacts will be in a published application:
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 table in ServiceNow stores the details of customizations included in an update set?
Which one of the following is NOT required to link a ServiceNow application to a Git repository?
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.
When a selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?
Which Report Type(s) can be created by right-clicking on a column header in a table’s list?
What tool is used to import data from various data sources, and map that data into ServiceNow tables?
Identify the incorrect statement about Delegated Development in ServiceNow.
Which of the following statements must evaluate to true for a user to pass an Access Control?
Choose 3 answers
What ServiceNow feature allows you to include data from a secondary related table on a report?
How would you describe the relationship between the Incident and Task table? I Incident table is extended from Task table
Which tool is used to define relationships between fields in an import set table and a target table?
Which server-side API debug log method is available for scoped applications?
Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow?
Choose 3 answers
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
Which client-side scoped API class can be used as a replacement for GlideRecord?
Which ATF Test step allows you to create a user with specified roles and groups for the test?
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose 3 answers)
In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?
When selecting the Target table for an import which tables can you select?
Choose 3 answers
(What is a scoped application that contains Flow Designer actions tailored for a specific application or record type?)
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 the Field Types tab to the form and then configure the new field.
c)To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button.
d)To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.
What data types of Flow Designer variables are supported to store record data and complex data?
Choose 3 answers
How can administrators expand the list of supported file types for code search in ServiceNow Studio?
Which source control operation is available from BOTH Studio and the Git Repository?
Which is the base table of the configuration management database hierarchy?
If the Create module field is selected when creating a table, what is the new module’s default behavior?
When crafting a scoped application that contains flow actions, what is the application called?
Which of the following is NOT a way to install an application on a ServiceNow instance?
When creating an application through the Guided Application Creator, what are the options for creating a table?
Choose 3 answers
When designing and creating a form, what do you create to organize fields on a form?
You have heard about a new application released by ServiceNow. You want to try it out, to see if it might be useful for your company ' s ServiceNow implementation. What would be the best way to get hands-on experience with the new application?
What records are used to track cross-scope applications that request access to an application?
Which options are strategies for debugging client-side scripts?
Choose 2 answers
What is displayed to delegated developers to package changes for deployment in ServiceNow Studio?
What does the " Enforcing " option in Runtime Access Tracking settings do?
Which business requirements and process(es) should be documented as part of the application development plan?
Choose 4 answers
Access Control debug information identifies whether each element of an Access Control granted or denied access. The elements appear in the debug information in the order of evaluation. In which order are 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 ' );
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.)
What section on the Notes tab, shows the history of the work documented on the record?
Which one of the following is the baseline behavior of a table in a privately-scoped application?
When creating an application through the Guided Application Creator, which of the following is NOT an option for creating a table?
Which set of steps is used to import spreadsheet data into a ServiceNow table?
Application developers configure ServiceNow using industry standard JavaScript to…
Many actions are included with flow designer what are some frequently used core actions?
Choose 4 answers
How can an application respond to an Event triggered by the gs.eventQueueO method?
Choose 2 answers
Assume a table called table exists and contains 3 fields: field1, field2, field3. Examine the Access Control list for table:
Which field or fields can a user with the itil role read?
Which ServiceNow utility provides a modern interactive graphical interface to visualize configuration items and their relationships?
Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?
(Which methods are used to activate application restricted caller access? Choose 2 options.)
Which of the following is true for the Application Picker and Application Scope?