0
Button to Send Email (PDF)
In this Table I have a Choice Field, I select one of the three option pdf Report, on the button I print the pdf on a image for each Report, now I need to send vía EMail the Report selected.
Some ideas to do that.
1 reply
-
I add a new button (SEND E-MAIL) to Print the 3 Report's Progress Report, Cost Report and Hours Report.
Need to send all 3 reports, and send 6 email to different disciplines liders.
Need some help.
sendEmail({ from: userEmail(user()), to: "rafael.sanchis@gmail.com", cc: "ruben.leal@gmail.com", subject: " Send Monthy Report ", text: " Please see attached Monthly Report / Progress, Cost & Hours / 26/Mayo/2023", attachments: 'Progress Report' })
The strange thing is that in this example I try to send 'Progress Report' but it send 'Cost Report'
Content aside
- 1 yr agoLast active
- 1Replies
- 160Views
-
2
Following