Assume a table called table exists and contains 3 fields: field1. field2, field3. Examine the Access Control list for table:
table.None read Access Control for users with the admin and itil roles
table. * read Access Control for users with the admin role
table. field3 read Access Control for users with the itil role
Which field or fields can a user with the itil role read?
Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer UI. How is the page specified?
What is required to link a ServiceNow application to a Git repository?
Choose 3 answers
Which of the following CANNOT be debugged using the Field Watcher?
When configuring a REST Message, the Endpoint is:
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.
Which items are valid UI Action types in ServiceNow? (Choose 3 answers)
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application’s data tables?
What do you click when you have made modifications to your report, and you want to see the results without saving?