Thursday, May 5, 2011

How to Shut Down the Axapta through X++

Hi,
Here is the code for Shut Down Axapta.

public static void ShutDownAxapta()
{
    info info;
    ;
     info=new info();
     info.shutDown(true);
}

No comments:

Post a Comment

Leave your comments and solutins