CAD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2025 08:32 AM
Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose three.)
- A. The user has one of the roles specified in the Required roles related list.
- B. Scripts configured in the Access Control must evaluate to true.
- C. Other matching Access Controls for the records evaluate to true.
- D. Conditions configured in the Access Control must evaluate to true.
- E. The user must be granted access through a business rule.
Explain why too
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Answer is ABD
you create ACL using roles or conditions or scripts. Others is not an option and it is controlled by ACLs not BR.
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hi @MAGAPUV ,
The correct answers are - A, B and D.
- The user has one of the roles specified in the required roles related list.
- Scripts configured in the access control must evaluate to true.
- Conditions configured in the access controls must evaluate to true.
Let's break down each correct choice:
- The user has one of the roles specified in the required roles related list: Access controls usually include a list of roles that a user must possess to access a record. If the user has at least one of the required roles, this part of the access control condition is met.
- Scripts configured in the access control must evaluate to true: In many access control implementations, there are scripts that further define whether a user can access a record. These scripts perform more complex checks that might not be possible with simple condition statements.
- Conditions configured in the access controls must evaluate to true: Access controls often include conditions that must be met for a user to gain access. These conditions could be based on various fields or states of the record.
The other statements are not necessarily true or relevant for granting access in this context:
- C. Other matching access controls for the records evaluate to true: While other access controls might also need to evaluate to true, it is not a must for the specific access control in question. Each access control is evaluated independently.
- E. The user must be granted access through a business rule: Business rules are typically used for automating processes and enforcing policies, but they are not the primary mechanism for granting access to records.
Therefore, the correct answers are A, B, and D.
If my answer helped you, please mark it- solution accepted.
Regards,
Nikhil Bajaj
Regards,
Nikhil Bajaj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @MAGAPUV
Regards,
Nikhil Bajaj