Hello all,
is it possible to run a process in background like asynchronous task. for example AOS will run database operation mean while i can use ax client for some operation. yes then give me way.
Hello all,
is it possible to run a process in background like asynchronous task. for example AOS will run database operation mean while i can use ax client for some operation. yes then give me way.
The recommended way is using the batch framework. If you’re talking about AX 2012, note that the SysOperation framework has some features exactly for these cases, such as ReliableAsynchronous exection mode and method callbacks.