Sunday 15 June 2014

How to avoid Startup "The model store has been modified" in ax 2012

Hello, had this behaviour recently after upgrading model files. In my case the field MinorUpgrade in table ReleaseUpdateConfiguration was set to 1, so the checklist always opened.

I fixed this using a job containing this line:

SysCheckList_Update::finalizeMinorUpgrade();

Hint: AX uses info.startup() to check, if checklist must be opened.

No comments:

Post a Comment