Hello All I am trying to run a report that automatically will email to recipients. I have it almost working. I can run the report and it will email but not attach the report. I am using:
SysMailer.Attachments() Should I use: SysMailer.Attachments().Add(file) which I found from a another Axapta-Knowledge post, and if so do I need to save report as a file and how do I program file location or can I attach without saving as file. I basically just want to run and attach report in the email. Thanks Bob