Day 16: ACLs — The Order of Operations
GoalExplain table.field, table.None, table.* and how they evaluate together.
DrillWrite an ACL that lets only the caller and the assignment group see the work_notes field.
TakeawayACLs are AND inside one rule, OR across rules. Most-specific wins. Script returns true to ALLOW; false denies. Read /learn/acl-scripting if any of that sounded fuzzy.