If you are sure that you have completed all the checklist objects but still the checklist opens up again on opening a new session. You can run the following code in job to get rid of checklist of minor hotfix:
static void GetRidOfCheckList(Args _args)
{
SysCheckList_Update::finalizeMinorUpgrade();
}
Hope this helps.
No comments:
Post a Comment