web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

How to turn off Auto save for particular entities

(0) ShareShare
ReportReport
Posted on by

I want to turn off the auto save for certain entities, I can see the setting in the system settings but this turns it off for all entities.

Is there any risk to doing this, I have heard Microsoft do not recommend it.

*This post is locked for comments

I have the same question (0)
  • Verified answer
    jlattimer Profile Picture
    24,564 on at

    I think the reality is that you might as well embrace auto save. Think of all the other Microsoft applications that implement this in some fashion - Office saving your documents periodically is just one example.

    If you want to disable auto save on a subset of entities you'd need to implement some JavaScript on each entities OnSave event. If the Save Mode = 70 then cancel the save. 

    Something like:

    function OnSave(econtext) {
        if (econtext.getEventArgs().getSaveMode() === 70) {
            econtext.getEventArgs().preventDefault();
        }
    }
    
  • Verified answer
    Josh Thompson Profile Picture
    1,115 on at

    Here is some more info on Auto Save you may find helpful - blogs.msdn.com/.../manage-auto-save.aspx

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
JS-09031509-0 Profile Picture

JS-09031509-0 3

#2
AS-17030037-0 Profile Picture

AS-17030037-0 2

#2
Mark Eckert Profile Picture

Mark Eckert 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans