That seems really simple, is there any way to attach a word template to the email from the code? I would like my email to open in the editor for a custom page, and i want to access a word template. I created a template, but cant access it from the email editor. Thanks!
Hi Eric sir....I got one strange issue....I wrote a code to send statements of account report in mail to different customers of my clien.That code runs in a loop and sends mail successfully with report attached in PDF.But the main issue is that pdf size keep increasing after each mail...and later after around 200 mail.....each PDF becomes 35 mb in size ... although have only 1 page inside.pls let me know what wrong I am doing...😢😢😢
Splendid... I needed this video 3 weeks ago ... but it's still not too late ... thanks a lot
That seems really simple, is there any way to attach a word template to the email from the code? I would like my email to open in the editor for a custom page, and i want to access a word template. I created a template, but cant access it from the email editor. Thanks!
Hi Eric sir....I got one strange issue....I wrote a code to send statements of account report in mail to different customers of my clien.That code runs in a loop and sends mail successfully with report attached in PDF.But the main issue is that pdf size keep increasing after each mail...and later after around 200 mail.....each PDF becomes 35 mb in size ... although have only 1 page inside.pls let me know what wrong I am doing...😢😢😢
It's your tempblob that you don't clear() inside the loop, so you just keep adding t9 it.
@@Hougaard tempblob is codeunit... how-to clear sir..it's not variable
@shahique5233 clear(name of codeunit) works
@@Hougaard let me try...
@@Hougaard thanks sir ..it worked.... greatly appreciate Ur help...💐💐💐