Prevent user from editing records from a table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2024 04:45 AM
Hello,
I am working on a functionality that will disable users from editing records once they are submitted.
I set everything to read only so on a form it is impossible to edit values:
however, in the list view it is still possible to modify the values:
How this can be fixed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2024 04:51 AM - edited 01-05-2024 04:52 AM
Hi @hadron_collider,
This is easily achieved with an ACL using the Operation value of 'list edit'.
Have you locked the form/fields down via UI policies or an ACL? If you've used an ACL, simply insert and stay on the existing ACL and change the Operation value - job done.
To help others, please mark correct and helpful.
Thanks,
Robbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2024 06:41 AM
Hello @hadron_collider ,
You can create list edit ACLsomething like below. Were you can restrict users based on this. In my example I am using * level ACL, you may probably need field level ACL as well if you already have list edit field level write ACLs.
Kindly mark the answer ✔️Correct or Helpful ✔️If it addresses your concern.
Regards,
Siddhesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2024 07:02 AM
Hi @hadron_collider,
Did you see my earlier response below?
"This is easily achieved with an ACL using the Operation value of 'list edit'.
Have you locked the form/fields down via UI policies or an ACL? If you've used an ACL, simply insert and stay on the existing ACL and change the Operation value - job done."
To help others (or for me to help direct one-to-one), please mark correct and/or helpful.
Thanks,
Robbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2024 03:54 AM
Hi @kata90,
Did you see my earlier response below?
"This is easily achieved with an ACL using the Operation value of 'list edit'.
Have you locked the form/fields down via UI policies or an ACL? If you've used an ACL, simply insert and stay on the existing ACL and change the Operation value - job done."
To help others (or for me to help direct one-to-one), please mark this response correct by clicking on Accept as Solution and/or Helpful.
Thanks,
Robbie