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)

Auto save timing increase in dynamics crm

(0) ShareShare
ReportReport
Posted on by 50

Hello, 

I need to increase auto save timing in dynamics crm. 

I have tried 

UPDATE MSCRM_CONFIG.dbo.DeploymentProperties
SET IntColumn = 100
WHERE ColumnName = 'AutoSaveInterval'
But i dont want to increase time through database. 
Is there any other way to increase auto save time ?
Thanks & Regards
Pujan Mehta.

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Alex Fun Wei Jie Profile Picture
    33,628 on at

    Hi,

    there is not supported way to update this value , but you can use Javascript logic to prevent it save.

    function preventAutoSave(econtext) {

       var eventArgs = econtext.getEventArgs();

       if (eventArgs.getSaveMode() == 70 || eventArgs.getSaveMode() == 2)

      {

          // put in your logic here,maybe a timer to count if the field is dirty. If the timer is not 100 , then call the this eventArgs.preventDefault();

       }

    }

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!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
ScottDurow Profile Picture

ScottDurow 2

#2
GJones Profile Picture

GJones 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans