Make entire form read only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023 09:51 AM
Holla Amigos
I am looking to make my entire project form read-only for a role "xyz user group". I do know I can achieve this via ACL but a bit conflicted on how to approach this issue . My worries is, I am not sure if I need to modify an existing ACL or do I create a brand new ACL
Please help! I have attached screenshots of the form in question. Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023 09:58 AM
You can modify the existing ACL only. Only concern would be in case it is an OOB ACL then during upgrades in case anything changes this would need to be reviewed.
As we know if one of the ACLs return true the user receives the access. Hence, even if you create a new ACL, you would still need to check the other ACLs and make modifications. So, there ideally should be no need to go with a new one, rather update the existing one as per your requirement.
Thank you!
Regards,
Rana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023 10:07 AM
Ok, exactly what I thought, but how do I know which to modify since there a multiple. I am asking because I want to make sure I do the right one since ACL's are very sensitive and I don't want to mistakenly modify any that I do not have to