
Hi Folks,
I have written code which was originally working fine in AX4 but after recoding it in AX2012 R2 the final part of the code calls the call smmOutlookEmail - to generate an email including details of a purchase order which has been coded off the back of a sales despatch note.
My issue is that all working fine until smmOutlookEmail.new is called and I get the error;
Stack trace: Invalid attempt to call smmOutlookEMail.new running in CIL on the client.
Anyone any ideas on a way round this??
*This post is locked for comments
I have the same question (0)smmOutlookEMail class is marked to run on client, and you can't invoke any client code in CIL. If you invoke the class to send an email then use SysMailer class instead.