Avoid old setting problems with ax after upgrade

This job clears last selected values in forms etc...

static void UpgradeClearLastValue(Args _args)
{

SysLastValue _sysLastValue;
;
ttsbegin;
delete_from _sysLastValue where _sysLastValue.userId != "";
ttscommit;

}

Comments

Popular posts from this blog

How to disable auto enabled flight key using KillSwitch

Technical intro to Feature management in D365FO

Continuous integration and deployment Power platform FinOps tweaking