Hi all,
I have a new requirement :
Big boss want to have a report that it run automatically and generate email to him day by day. It means that he want to receive email that contains report's content. Because everyday he has to open Nav and run this report but he is always far from office.
We are using NAV 4.0 SP3.
Anyone have a solution for this case?
Thanks,
0
Comments
search the forum for more information..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
you can use the following function NewCDOMessage("From Name" :Text[100];"To Name" :Text[1000];Subject :Text[1000];Body :Text[1000];AttachFileName :Text[250]) which is avialable in Codeunit 397 (Mail).
Prior to this
1. you need to run the which report you want and it Save it as Html file.
2. then attach the file
hope it will solve your problem.
Thanks & Regards,
Sreenivas
I use it to run many automated reports, I start a client up on my machine and the start the job schedular, it runs 24 hours a day, no NAS required.
Once you move to 5.0 or above, the job schedular is replace by the job queue and NAS