Does anyone have any ideas why this is happening? Simply opening a record changes these fields, setting me as "Modified By" and "Modified On" as the current time, without updating anything on the form in any way.
*This post is locked for comments
Hi Chris,
If you have auditing enabled for the entity, check the audit log, it will tell you which field(s) are getting updated and causing the Modified On and Modified By fields to update
Bharat
As Others suggested, check for JS or Business rules which runs on onload of the form and modifies the record automatically. Once you open form check if the unsaved changes alert comes in the right bottom of the screen.
Try disabling the Auto save and check if you get an alert when you try navigating from the open form. so you can confirm that client side script needs some changes
This mostly happens due to a client side script(JS/Business rule) which updates some field in the form on load.
Try disabling Js/Business rules to narrow down the root cause.
Have a look at the business rules and/or javascripts.
If they are updating some hidden fields, for example, autosave will kick in, save the record, and you'll get those two fields changed
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156