SendEmailWIthAttachement activity is throwing unidentified error
Hi,
We need to generate a report , Convert it to excel and send he excel as mail attachment.
We used:
pxRetrieveReportData to get the report MSOGenerateExcelFile to convert to excel
Using Java, base64 encoding is also done. Encoded string is then passed to AttachmentsPage.
Later "AttachmentsPage" is set to a parameter as below and passed to SendEmailWithAttachments.
Param.AttachmentPage = AttachmentsPage (Not sure if we can pass page to a parameter)
where parameter "AttachmentPage" is defined as PAGE NAME data type and "AttachmentsPage" is of class Data-EmailAttachments
However In the java step of SendEmailWithAttachments we are getting the attached error.
Could some one help us to identify what is the error. How can we get attachment through mail?