
when i try to send an email of purchase order confirmation to a customer, this error is appearing:
"Exception of type 'Microsoft.Dynamics.Ax.Xpp.ErrorException' was thrown".
"Error executing code: SalesConfirmContract object does not have the 'parmPrintCopyOriginal' method."
*This post is locked for comments
I have the same question (0)That object does not have such method in R3 indeed. Most likely you have a customization that is broken, take a look at the call stack of the error message and debug the application to see why does it want that method.
Also make sure you have your application correctly compiled and you have full CIL generated without any errors.