Override task.comments ACL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi All,
If I open a record from the table which extends global "Task" table, then based on my ACL conditions the "Additional Comments" field under Notes section become read-only as expected.
But under the Comments section, it is always editable to add message for all users. I believe it is because of task.comments ACL. How to avoid or override this one.
Please provide the solution.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hi @lakshmi2002 ,
To override any ACL from parent table, you can create a new ACL directly on the child table on which you would like to override the ACL behavior. Follow the simple ACL creation steps as below after hitting the new button on ACL table.
- In the "Name" field, select the child table.
- Select that field beside the "Name" field (e.g., child_table.field_name).
- Choose the operation (e.g., read, write, create, delete).
- Configure the conditions and roles that will grant or deny access for this specific child table or field.
If this address your question, please don't forget to mark this response correct by clicking on Accept as Solution and/or Kudos.
You may mark this helpful as well if it helps you.
Thanks,
Animesh Das