Zusammenfassung der Ressource
Frage 1
Frage
Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
Frage 2
Frage
Which one of the following is the fastest way to create and configure a Record Producer?
Antworten
-
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
Frage 3
Frage
When a ServiceNow instance requests information from a web service, ServiceNow is the web service:
Antworten
-
Publisher
-
Specialist
-
Provider
-
Consumer
Frage 4
Frage
Which one of the following client-side scripts apply to Record Producers?
Antworten
-
Catalog Client Scripts and Catalog UI Policies
-
UI Scripts and UI Actions
-
UI Scripts and Record Producer Scripts
-
Client Scripts and UI Policies
Frage 5
Frage
Which of the following methods are useful in Access Control scripts?
Antworten
-
g_user.hasRole() and current.isNewRecord()
-
gs.hasRole() and current.isNewRecord()
-
g_user.hasRole() and current.isNew()
-
gs.hasRole() and current.isNew()
Frage 6
Frage
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
Antworten
-
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