Make entire form read only

_William_Knight
Kilo Guru

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 

 

_William_Knight_0-1685551416540.png

 

2 REPLIES 2

Rana5
Tera Expert

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

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