Which one of the following is NOT a UI Action type?
A. List choice
B. Form button
C. List banner button
D. Form choice
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
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
A. table.*will grant access to every field in a record
B. table.None will grant access to every record on the table
C. table.field will grant access to a specific field in a record
D. table.id will grant access to a specific record on the table
Which one of the following is true for the Application Picker?
A. All custom application scope and the Global scope appear in the Application Picker
B. All applications in ServiceNow, including baseline applications like Incident, appear in the Application Picker
C. Only custom applications appear in the Application Picker
D. Only downloaded applications appear in the Application Picker
Identify characteristic(s) of a Record Producer. (Choose three.)
A. All records created using this strategy are inserted into the Requested Item [sc_req_item] table.
B. Each field prompts the user with a question rather than a field label.
C. They must be scripted.
D. You can script behaviors of fields in the user interface.
E. Graphics can be included on the user interface.
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
A. Application Properties allow a developer to override the application properties inherited from ServiceNow
B. An Application Properties page is a good landing page for an application
C. Application Properties allow a developer or admin to make changes to an application's behavior without modifying application artifacts
D. Application users know to go to the Application Properties page to change the appearance of an application
What are web services?
A. Methods used to create and maintain UI Pages
B. Methods used to allow applications to connect to other software applications over a network
C. Methods used to discover a wide variety of systems and applications
D. They provide a customer-facing view of available service and product offerings provided by departments within the organization
Server-side scripts manage what?
A. Database and backend
B. Playbook access
C. User access
D. Forms and Fields
Which method is used to retrieve Application Property values in a script?
A. gs.getProperty()
B. g_form.getAppProperty()
C. g_form.getProperty()
D. gs.getAppProperty()
Using Custom UI test step in Automated Test Framework, which of the following is NOT a testable page component?
A. Buttons
B. UI controls
C. UI pages
D. Form field values