Tuesday, January 25, 2011

To restart the AX using X++

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

No comments:

Post a Comment