web
You’re offline. This is a read only version of the page.
close
Skip to main content
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,562 on at
    RE: How to turn off Auto save for particular entities

    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
    RE: How to turn off Auto save for particular entities

    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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
Community Member Profile Picture

Community Member 2

#1
HR-09070029-0 Profile Picture

HR-09070029-0 2

#1
UllrSki Profile Picture

UllrSki 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans