Which determines the relationships between fields in an Import Set table to fields in an existing ServiceNow table?
Which source control operation is available from BOTH Studio and the Git Repository?
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.
In a privately-scoped application, which methods are used for logging messages in server-side scripts?
Choose 2 answers
Which class is NOT part of the Client side scoped APIs?
An application called My App has a table, MyAppTable, with the following Application Access configuration:
Accessible from: All application scopes
Can read: Selected
Can delete: Not selected
Allow configuration: Selected
Which of the following is true based on this configuration?
Which of the following is NOT a way to install an application on a ServiceNow instance?
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 statement correctly describes the differences between a Client Script and a Business Rule?
When a ServiceNow instance requests information from a web service, ServiceNow is the web service: