CAD questions Flashcards
What syntax is used in a Record Producer script to access values from Record Producer form fields
producer.variablename
How do you configure a Scheduled Job to execute on the last day of every month?
Set the Run field value to Monthly and the Day field value to 31
Modules must have a Link type. Which one of the following is a list of Link types?
Assessment, List of Records, Separator, Timeline Page
When managing global application files, you can NOT:
Move application files into or out of a scoped application
Which utility is used to determine if field names in an Import Set match the field names on the target table when importing data into ServiceNow?
Auto Map Matching Fields
Which of the following are true for reports in ServiceNow?
Any user can see any report shared with them.
Can be a graphical representation of data.
Can be run on demand by authorized users.
In an Email Notification, which one of the following is NOT true for the Weight field?
A Weight value of zero means that no email should be sent
You are writing an Async Business Rule for a table in a different scope than the Business Rule record. Which one of the following database operations CANNOT be part of the Async Business Rule’s configuration?
Query
Which one of the following is NOT a GlideUser (g_user) method?
userName()
ServiceNow Desktop applications automatically run on which platform(s):
Desktop and Tablet
Which one of the following is NOT a debugging strategy for client-side scripts?
gs.log()
Which of the following are configured in an Email Notification?
Who will receive the notification.
What content will be in the notification.
When to send the notification.
Which is the following is NOT supported by Flow Designer?
Test a flow with rollback`
Which of the following objects does a Display Business Rule NOT have access to?
previous
In an Email Notification, which one of the following is NOT true for the Weight field?
A Weight value of zero means that no email should be sent
Which of the following is NOT a trigger type in Flow Designer?
Outbound Email
Which one of the following is NOT a UI Action type?
Form Choice
To see what scripts, reports, and other application artifacts will be in a published application:
Go to My Company’s Application’s and look at their related list
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
Table
Which of the following are true for reports in ServiceNow? (Choose three.)
Any user can see any report shared with them.
Can be a graphical representation of data.
Can be run on demand be authorized users.
Graphical representation of relationship between tables is?
Schema Map
Which of the following are automatically created when an application is created using Guided Application Creator(GAC)?
Default access controls for the application is created.
What are some of the considerations to document as part of the business process?
Business problem
Data input/output
Users/stakeholders
Process Steps
How do you identify the properties of an event in an email notification being generated?
event.<property_name></property_name>