Hi,
An unbalanced X++ TTSBegin/TTSCommit pair has been detected .Cause of this include (a) too many/few TTSBegin or TTS Commit . The current TTS level is '1'
Just run this job and go head with your work above error will not come.
static void AlfasithResetTTS(Args _args)
{
while (appl.ttsLevel() > 0)
ttsAbort;
}
Enjoy
An unbalanced X++ TTSBegin/TTSCommit pair has been detected .Cause of this include (a) too many/few TTSBegin or TTS Commit . The current TTS level is '1'
Just run this job and go head with your work above error will not come.
static void AlfasithResetTTS(Args _args)
{
while (appl.ttsLevel() > 0)
ttsAbort;
}
Enjoy
Can you tell me the steps to run this job
ReplyDeleteThank you
Open AOT there you will find job as tree element, Create your own job and run it
ReplyDelete