83 | | If a user ownes a record, then the most permissive of the User ACL and the Owner ACL gets applied (i.e. setting the Owner permissions more restrictive than the User permissions has no effect). |
| 81 | Record ownership allows to set different permissions depending on whether a user ownes a record or not: |
| 82 | |
| 83 | - one ACL for users owning a record (Owner ACL {{{oacl}}}) |
| 84 | - one ACL for any other user not owning the record (User ACL, {{{uacl}}}). |
| 85 | |
| 86 | If a user ownes a record, then the most permissive of the User ACL and the Owner ACL gets applied, otherwise only the User ACL gets applied. |