The CreatorCon Call for Content is officially open! Get started here.

Why most of the entities like ACL forces developer to set result in 'answer' variable

Shailesh Jeneka
Tera Contributor

Why most of the entities like ACL forces developer to set result in 'answer' variable

1 REPLY 1

Community Alums
Not applicable

Hi @Shailesh Jeneka ,

Components of ACLs All-access control list rules specify: The object and operation being secured The permissions required to access the object The object is the target to which access needs to be controlled. Each object consists of a type and name that uniquely identifies a particular table, field, or record. ACL evaluation process An ACL rule only grants a user access to an object if the user meets all of the permissions required by the matching ACL rule. The condition must evaluate to true. The script must evaluate to true or return an answer variable with the value of true. The user must have one of the roles in the required roles list. If the list is empty, this condition evaluates to true. [Record ACL rules only] The matching table-level and field-level ACL rules must both evaluate to true.