Can ACL be overridden ?

Ajai S Nair
Giga Guru

Hi All,

In our project, we have written an ACL for allowing permission to edit all variables in the problem when the state is not Resolved, cancelled or closed. Now we have a requirement that we need to give access to edit a single field even after Resolved state. I tried by writing another Field ACL but it does not work. Since Field ACL will work first and later the table ACL will work. Can anyone help me for this ?

Regards,

Ajai

21 REPLIES 21

Is there a way to skip only one field from the table level restriction ?


Evaluating Row level and Field level ACLs



Just check this link also if it helps


If it solves your problem, could you mark it as correct / helpful anwer


The link provided by Deepak answers your question .. If there is no table access , there will be no field access too ....


In my requirement, only one field should be editable even after resolved or closed but other fields should not be editable. So is there a possibility by which I can do this through ACL ?