ExamGecko
Question list
Search
Search

Question 55 - CAD discussion

Report
Export

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
Answers
A.
table.*will grant access to every field in a record
B.
table.None will grant access to every record on the table
Answers
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
Answers
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
Answers
D.
table.id will grant access to a specific record on the table
Suggested answer: D

Explanation:

Access Controls are rules that define who can access what data and how they can access it. When configuring an Access Control, you can specify the table, operation, and role for the rule. You can also add a condition or a script to further refine the rule. If you do not add a condition or a script, the rule will apply to all records and fields on the table.

The statements A, B, and C are true for Access Controls that have no condition or script. For example:

table.* will grant access to every field in a record. This means that the user can view and edit all the fields on the record, regardless of their role or any other criteria.

table.None will grant access to every record on the table. This means that the user can view and edit all the records on the table, regardless of their role or any other criteria.

table.field will grant access to a specific field in a record. This means that the user can view and edit only that field on the record, regardless of their role or any other criteria.

The statement D is not true for Access Controls that have no condition or script. table.id will not grant access to a specific record on the table. This is because the id is not a field name, but a unique identifier for the record. To grant access to a specific record on the table, you need to add a condition or a script that matches the id of the record.

References:

[Access Control rules]

[Create an Access Control rule]

asked 23/09/2024
Henry Pitcher
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first