
Hello To Everyone.
I want to add automatically Subject value in SysPrintForm when I am sending a report via email in AX 2012
For example if I try to send a sales confirmation, or an invoice I want to have a value like "SalesOrder_00001" or "Invoice_00001" in Subject.
In SSRS reports this can be done by SRSReportRunPrinter.toEmail().
But now I want to add values like this from Morphx Reports. I found this SysPrintOptions class where you can manually add some values in init method but I didnt found something
to get dynamically values from report and add them to Subject.
Does anyone know how it is possible to do it?
Thank you