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.
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