ServiceNow CAD - Certified Application Developer - ServiceNow
What is the GlideForm Client-side scripting object?
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?
Which one of the following is true for the Application Picker?
Tables that extend a table do what?
What do you install when you want to add applications or functionality within your development instance?
What Module Link type is used to access an Application Properties page?
How does the Application Picker interact with Application Scope in ServiceNow?
When crafting a scoped application that contains flow actions, what is the application called?
The customer has asked that you change the default layout of the Task list. They would like these columns, in this order:
• Number
• Task Type
• Parent
• Short Description
• Assignment Group
• Assignee
• Updated
After navigating to the list, where would you click, to meet this requirement?
Which roles grant access to source control repository operations such as importing applications from source control, or linking an application to source control? (Choose two.)