Restricting list view editing

sigmachiuta
Kilo Guru

Is there a restriction for a table that will disable the list view editing?   Or how can this need to be done with ACL's?

4 REPLIES 4

Anurag Tripathi
Mega Patron
Mega Patron

Create a new acl for your table



operation -   list edit


type - record


Table name and none or * as per your need


Condition - if any


script :


answer = false;


-Anurag

Hi Anurag.. could you check following post. I am facing issue in using listedit ACL.



Hi everyone. I am trying to restrict list edit for all tables only to admin. I have written followin...




Thank you so much


Perfect, it works

Thanks

-Anurag