NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Jim A on March 05, 2013, 09:08:30 AM
-
I would like to intercept the pdf that is generated in one of my reports and attach that to an email. I envision the user choosing a number of Inventory Units, sending this to the Report, then being able to email the pdf. Once done, the pdf is deleted.
What is the best way to go at this? What embed points for grabbing the pdf?
Thanks!
-
I've added a new embed point in 7.07 to make this easier.
it's called "Before Sending Report"
the PDF filename at that point is in loc:PDFName
I've also updated example 13 (PDFReportRequiresC6EE) to show it sending a mail from this embed point.
Cheers
Bruce
-
You're the man. Thanks Bruce.