Valid CAD Dumps shared by ExamDiscuss.com for Helping Passing CAD Exam! ExamDiscuss.com now offer the newest CAD exam dumps, the ExamDiscuss.com CAD exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com CAD dumps with Test Engine here:
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
Correct Answer: B
"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 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