How to remove the read only of a dotwalking field in the list view of the table?

Community Alums
Not applicable

Hi all! I need to remove the read only of a dotwalking field in the list view of the table. I tried with a list edit type ACL but there is none created for the table and if I create one I can't make it specific for that field because it doesn't appear in the list since it's not a specific field of the table. I also tried with a function in a client script but it doesn't work. Is there a specific function that can be used for the list view? or any ideas?

1 REPLY 1

Sandeep Rajput
Tera Patron
Tera Patron

@Community Alums You need to create an ACL with list_edit operation on the parent table of the dot walked field. Once created the field will become editable on the table where it is dot walked.

 

For e.g. Caller's email is added as a dot walked field on the incident list. In order to make email field editable, you need to create an ACL with list_edit operation on sys_user table.

 

Hope this helps.