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?
In a Business Rule, which one of the following returns the sys_id of the currently logged in user?
Exportitem table is extended from Item table with the additional column of ItemCountry added. The Item table contains the columns ItemName and ItemQty.
Which fields are available in the Exportitem table?
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.
In Flow Designer, where is the data from an action stored so it can be used in subsequent actions in the flow?
How does ServiceNow match inbound email to an existing record? (Choose 2 answers)
(An application developer needs to ensure that no other private application scopes can create records on the application ' s data tables. How is Application Access configured to achieve this?)
Which client-side scoped API class can be used as a replacement for GlideRecord?