Hi,
To restart the AX using X++ code, follow below steps.
//Restart AX
infolog.shutDown(true); //Shutdown the AX
WINAPI::shellExecute("ax32.exe"); //Start the AX
Hope it helps you.
Regards,
/Ashlesh
To restart the AX using X++ code, follow below steps.
//Restart AX
infolog.shutDown(true); //Shutdown the AX
WINAPI::shellExecute("ax32.exe"); //Start the AX
Hope it helps you.
Regards,
/Ashlesh
No comments:
Post a Comment