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 field
B. Open the list of Update Sets for the instance
C. Examine the Application Files Related List in the application to be published
D. Open the artifact records individually to verify the value in the Application field
Here is the Business Rule script template: This type of JavaScript function is known as:
A. Constructor
B. Scoped
C. Anonymous
D. Self-invoking
Which one of the following is true for GlideUser (g_user) methods?
A. Can be used in Client Scripts and UI Policies only
B. Can be used in Business Rules only
C. Can be used in Client Scripts, UI Policies, and UI Actions
D. Can be used in Business Rules, and Scripts Includes
One of the uses of the ServiceNow REST API Explorer is:
A. Practice using REST to interact with public data providers
B. Find resources on the web for learning about REST
C. Convert SOAP Message functions to REST methods
D. Create sample code for sending REST requests to ServiceNow
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.
A. a, b, c, and d
B. a and b
C. b and c
D. a, b, and c
Can inherited fields be deleted from a table?
A. Yes, select the red X in the left-most column in the table definition
B. Yes, but only if they are text fields
C. Yes, but only if there has never been any saved field data
D. No, inherited fields cannot be deleted from a child table
When designing and creating a form what do you create to organize fields on a form?
A. Buttons
B. Tabs
C. Sections
D. Related lists
Which of the following statements is true about Guided Application Creator?
A. The global scope option is turned on by default
B. Default access controls are automatically created
C. The welcome screen appears every time a new application is created
D. A scoped application user role is automatically created
Client-side scripts manage what?
A. User access
B. Database and backend
C. Playbook access
D. Forms and Form Fields
Which client-side scripts apply to Record Producers? (Choose two.)
A. Fix Scripts
B. Catalog Client Scripts
C. UI Scripts
D. Catalog UI Policies
E. Record Producer Polices