To open dynamics axapta instance we need to open executable file of ax which name is ax32.exe. you can execute any exe file by code following way.
write following line in job
WinApi::shellExecute(“ax32.exe”);
When you execute this job then new ax instance will be open.
write following line in job
WinApi::shellExecute(“ax32.exe”);
When you execute this job then new ax instance will be open.