Posts

Showing posts from November, 2010

AOS name in statusbar

There is an option on the ‘status bar’ tab of the options screen (AX button – Extra – Options), that in somecases does not display the AOS name. If the option doesn’t work for you, it is because you did not specify the Instance Name in your client configuration. You’ll have to restart AX for this to be visible in the status bar. Also note that this doesn’t really show the AOS you are connected to, it merely shows the value you specified in the instance name field in your configuration. If you have specified the correct port, you can write anything in this field.

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; }