Microsoft Dynamics Axapta
HTML
Home
About me
Topics
Args
Dynamic Queries
Reports
Sysoperation Framework
Enter the key words to find the related topics
Unbalance X++ TTSBegin/TTSCommit has been dectected in AX 2012
Run this in Job.
static void TheAxaptaResetTTS(Args _args)
{
while (appl.ttsLevel() > 0)
{
info(strfmt("Level %1 aborted",appl.ttsLevel()));
ttsAbort;
}
}
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)