Restrict edits to Dot Walked field on a List View
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2019 11:54 AM
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?
- Labels:
-
Best Practices

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2019 12:05 PM
Hi,
Can you try onCell edit script.
Thanks,
Ashutosh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2019 12:52 PM
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