Originally developed for earlier versions of Jiwa 7 it's been tweaked for 7.2.1 and working well.
See an example here
viewtopic.php?f=26&t=1553
When compiling under Jiwa 8, I'm getting a error on
- Code: Select all
Dim emailReportDialog As JiwaSalesUI.SalesOrder.EmailReport = candidate.Manager.DialogFactory.CreateDialog(Of JiwaSalesUI.SalesOrder.EmailReport)(New Object() {candidateReportsToEmail}, _salesOrderForm, "Sales Order Entry")
I can see EmailReport doesn't exist any more which is likely because the email dialog is completely different in v8. So yeah, understandable.
What would be the recommended alternative?
I'm figuring just using SalesOrder.Email as long as we have the SalesOrderReport, attachment name, From, To, subject, body et al.


