During development you may encounter one of these.
This usually leaves your Ax session in an unusable state that you can’t close properly. However, there’s no need to get out the big guns and kill the process with the Task Manager.
Instead, if possible, open the AOT and run this job:
This usually leaves your Ax session in an unusable state that you can’t close properly. However, there’s no need to get out the big guns and kill the process with the Task Manager.
Instead, if possible, open the AOT and run this job:
static void resetTTS(Args _args)
{
while (appl.ttsLevel() > 0)
ttsAbort;
}