Hi
Can anyone tell me, how can i create transaction by Code X++.
I mean without Ax interface.
I have one job like import financial transactions from one software to Dynamics Ax and I need help
pls
thanks
TenDax
Hi
Can anyone tell me, how can i create transaction by Code X++.
I mean without Ax interface.
I have one job like import financial transactions from one software to Dynamics Ax and I need help
pls
thanks
TenDax
Hello,
Ax provides transaction support by TTS statements (ttsbegin, ttscommit and ttsabort). You can read more about this in Developers guide.
Hope this helps,