Message Box In X++ MS Dynamics AX 2009
To Show a Message Box Contain an error message for example or any information you want to show it inside message box write the following code :
Box::Info("Error Message");
Box::Info("Error Message");
Tips And tricks that will help you as developer / implementer that is using MS Dynamics 2009 / 2012 / D365
Comments