After editing data is not getting saved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2022 05:03 AM
Hello Experts,
For one read only field edit access is given to a particular user group and now when the group member edit that field, the new value is not getting saved after clicking on save button instead of that previous value is showing. Here I have to save the new value for the field.
Could anyone help me to resolve this issue.
Thanks,
Ulka
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2022 06:08 AM
Is the field on the table who's form you're viewing, or is it borrowed from a reference?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2022 06:17 AM
It is on the table and it is a choice field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2022 06:49 AM
Can you share some screenshots ? maybe check sys log during that timestamp ? also console log might provide some indications as well , what all debugging techniques been performed so far ? pls share these details
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2022 07:24 AM
Search your business rule and client scripts for reference to the field that won't update.
Its possible that a before/after update business rule is setting it to its current/previous value.