
Hello,
In AX 2012.
I want to do something like that:
ttsbegin;
///do something;
ttscommit;
// do something;
ttsabort; // *******
ttscommit;
the abort command, abort the whole transaction, but I want to abort only the inner transaction.
How can I do that?
Thanks :)
*This post is locked for comments
I have the same question (0)