Which of the following are configured in an Email Notification?
a) Who will receive the notification. b) What content will be in the notification. c) When to send the notification. d) How to send the notification.
A. a, b and c
B. a, b, and d
C. b, c and d
D. a, c and d
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
A. REST messages
B. Table
C. Script Include
D. Workflow
In an Email Notification, which one of the following is NOT true for the Weight field?
A. Only Notifications with the highest weight for the same record and recipients are sent
B. A Weight value of zero means that no email should be sent
C. The Weight value defaults to zero
D. A Weight value of zero means the Notification is always sent when the Notification's When to send criteria is met
In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?
A. g_form.hasRoleExactly(`admin')
B. gs.hasRole(`admin')
C. g_form.hasRole(`admin')
D. gs.hasRoleExactly(`admin')
From the list below, identify one reason an application might NOT be a good fit with ServiceNow. The application:
A. Needs workflow to manage processes
B. Requires "as-is" use of low-level programming libraries
C. Requires reporting capabilities
D. Uses forms extensively to interact with data
What syntax is used in a Record Producer script to access values from Record Producer form fields?
A. producer.field_name
B. producer.variablename
C. current.variable_name
D. current.field_name
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
A. table.*will grant access to every field in a record
B. table.None will grant access to every record on the table
C. table.field will grant access to a specific field in a record
D. table.id will grant access to a specific record on the table
Which one of the following is the fastest way to create and configure a Record Producer?
A. Create a Catalog Category, open the category, and select the Add New Record Producer button
B. Use the Record Producer module then add and configure all variables manually
C. Open the table in the Table records and select the Add to Service Catalog Related Link
D. Open the table's form, right-click on the form header, and select the Create Record Producer menu item
When creating a table in a privately-scoped application, which four Access Controls are created for the table?
A. Insert, Delete, Query, Write
B. Create, Delete, Read, Write
C. Create, Delete, Read, Update
D. Insert, Delete, Query, Update
Which class is NOT part of the Client side scoped APIs?
A. GlideDialogWindow
B. GlideAjax
C. GlideRecord
D. GlideForm