List_edit field lavel acl is not working

lucky24
Tera Contributor

Hi Team,

I am working on securtiy incident where is all field is readonly for end user without any list_edit ACL(there is no any list_edit ACL on this Table).

Now I have to make one  field editable for specific role, For that I have created two LIST_EDIT ACL

1- Opratiton = list_e-dit

Type = table.* (sn_si_incident)

script= false;

2) Opratiton = list_e-dit

Type = table.field (sn_si_incident.u_kb)

script= true

But it's not working.  when I am deactivating both ACL even then it's not allowing to edit any field on list view.

when I am apllying list_edit table.none then All field is editable in list view.

How can I make only one field editable. please help me??

 

3 REPLIES 3

Aman Kumar S
Kilo Patron

Use list_edit.none and list_edit.* (false) and list_edit.field(true)

 

Best Regards
Aman Kumar

Chandu Telu
Tera Guru
Tera Guru

Hi Lucky,

Try the below method

1. Create a ACL on Type : List Edit . Edit TableName and None-

2. Just give an access that particular field so Type : List Edit . Tablename and Field

Check is there UI/Client Scripts Make the Field Record only

 

Thanks
Chandu Telu
Please Mark āœ… Correct/helpful, if applicable,

Hi Lucky,

Follow Up - is your requirement is completed with my answer. Please mark answer as correct it will use for other community members if not let us know your issue so we can help you 

Thanks
Chandu Telu
Please Mark āœ… Correct/helpful, if applicable,