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 AX (Archived)

Set Table Synchronization to Manual (Disable synchronization request)

(0) ShareShare
ReportReport
Posted on by 3,371

Hello, 

I am asking this question (that hopefully has an answer) because i am so annoyed of waiting AX to synchronize several times while I am applying some development and mistakenly hit OK on db sync message box. 

Is there a way to disable db sync message that pops up? 

Update : I think that there was some cache. Now it is silent. Thanks !

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Anton Venter Profile Picture
    20,656 Super User 2026 Season 1 on at

    Hi Hichem,

    Yes, there is. You could add the following to the dbSynchronize method of the application class (before the super call). The code below is only for a specific user so you should either change the user ID to your own or remove the check if you want this for all users. I have made this a user option where I can disable this from a form.

    if (curUserId() == 'someuser')
    {    
        info("DEV: sync disabled");
        return true;
    }
    ok = super(tableId, syncAsNeeded, continueOnError, showProgress, checkSyncTables, createAllIndexes, useLockForSingleTable);

  • Hichem.Chekebkeb Profile Picture
    3,371 on at

    Thanks for the solution, it's working.

    Unfortunately for some cases like pressing Save or Save All shortcuts, the message box still pops up.

    If anything found please let me know.

    Update : 

    I thinks there was some cache. Now it's become totally silent after restarting AOS.

    Thanks,

  • Anton Venter Profile Picture
    20,656 Super User 2026 Season 1 on at

    You're welcome :)

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 March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Joris dG Profile Picture

Joris dG 5

#2
Alexey Lekanov Profile Picture

Alexey Lekanov 2

#2
Henrik Nordlöf Profile Picture

Henrik Nordlöf 2 User Group Leader

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans