How to avoid Startup "The model store has been modified" ?

Hi,

Whenever i open Client it’s saying “The model store has been modified”. I don’t want to do any other Check list, Even i have tried System administration > Setup > Checklists > Prevent startup of checklists still it’s appearing in startup. Can any one suggest me how to get rid of it. Thanks in Advance

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.