ExamGecko
Question list
Search
Search

Question 5 - CAD discussion

Report
Export

Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?

A.
All access to this table via web services
Answers
A.
All access to this table via web services
B.
Can create, Can update, and Can delete
Answers
B.
Can create, Can update, and Can delete
C.
Can read does not affect the availability of other Application Access fields
Answers
C.
Can read does not affect the availability of other Application Access fields
D.
Allow configuration
Answers
D.
Allow configuration
Suggested answer: B

Explanation:

'You must first select read access to grant any other API record operation.' https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/reference/r_TableApplicationAccessFields.html

The Application Access configuration fields control the access level for an application and its tables. The following Application Access configuration fields are not available if the Can read configuration field is not selected:

Can create. This field determines whether users can create records on the application tables.

Can update. This field determines whether users can update records on the application tables.

Can delete. This field determines whether users can delete records on the application tables.

These fields are not available because they depend on the Can read field, which determines whether users can view records on the application tables. If users cannot read records, they cannot create, update, or delete them either.

The following Application Access configuration fields are available regardless of the Can read configuration field:

All access to this table via web services. This field determines whether users can access the application tables using web services, such as REST or SOAP.

Allow configuration. This field determines whether users can configure the application tables, such as adding or modifying fields, views, or indexes.References:Application Access,Certified Application Developer (CAD) Learning Path

asked 23/09/2024
Samuel Benevides
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first