


I am currently configuring an automated invoice emailing process in Acumatica using Business Events + Email Notifications + Attached Reports.
My setup is the following:
- Business Event Type: Trigger by Record Change
- Screen: AR Open Invoice (GI based)
- Trigger Condition:
- Old Status = Balanced
- New Status = Open
- Subscriber Type: Email Notification
- Attached Report: AR641000 - Invoice/Memo
- “Use Event as Data Source” is enabled
- Source Table =
ARInvoice
The Business Event and Email Notification are working correctly:
- The email is successfully sent
- The subject/body correctly resolves dynamic values such as:
((ARInvoice_refNbr))((ARInvoice_docType))
- The Related Entity in Business Event history correctly shows the invoice reference number
- The AR641000 report displays correctly when manually run from the screen
However, the issue is that the PDF attachment generated from the Email Notification is blank.
The PDF structure/layout loads, but no invoice data appears inside the report.
I already test that manual report execution works correctly
Despite all of this, the attached PDF generated by the Business Event Email Notification remains blank.
Has anyone fix this issue before because as i check the other report here its also not working on their end and nothing has solved






