Restrict edits to Dot Walked field on a List View

JahanzebB
Mega Guru

I need to restrict Users from editing a dot walked field on a list view. For example, incident.description would be ok since I can add an ACL to the Incident table. 

 

In this case, I need to restrict task.description field on the Task table. Note, I have tried List Control to prevent edits, but there are some fields on this Time Card table that Users should be able to edit. 

How do I prevent users from modifying this field without using an ACL? 

2 REPLIES 2

Ashutosh Munot1
Kilo Patron
Kilo Patron

Hi,

Can you try onCell edit script.

Thanks,
Ashutosh

DirkRedeker
Mega Sage

Hi

You could create extra fields for the dot-walked field, as function fields, just mirror the content of the dot-walked fields.

These will be read-only by definition.

Let me know if that answered your question and mark my answer as correct and helpful, please.

BR Dirk