Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
GlideRecord and current
GlideUser and GlideRecord
GlideSystem and GlideRecord
GlideSystem and current
Which one of the following is the fastest way to create and configure a Record Producer?
Create a Catalog Category, open the category, and select the Add New Record Producer button
Use the Record Producer module then add and configure all variables manually
Open the table in the Table records and select the Add to Service Catalog Related Link
Open the table’s form, right-click on the form header, and select the Create Record Producer menu item
When a ServiceNow instance requests information from a web service, ServiceNow is the web service:
Publisher
Specialist
Provider
Consumer
Which one of the following client-side scripts apply to Record Producers?
Catalog Client Scripts and Catalog UI Policies
UI Scripts and UI Actions
UI Scripts and Record Producer Scripts
Client Scripts and UI Policies
Which of the following methods are useful in Access Control scripts?
g_user.hasRole() and current.isNewRecord()
gs.hasRole() and current.isNewRecord()
g_user.hasRole() and current.isNew()
gs.hasRole() and current.isNew()
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
table.*will grant access to every field in a record
table.None will grant access to every record on the table
table.field will grant access to a specific field in a record
table.id will grant access to a specific record on the table