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
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.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,113 Super User 2024 Season 2
Martin Dráb 229,918 Most Valuable Professional
nmaenpaa 101,156