365 business E-Invoice
365 business E-Invoice Extendability Events
OnAfterDownloadEDocument - Event
The OnAfterDownloadEDocument event is triggered after downloading the document from the Microsoft 365 mailbox using E-Document framework. This event allows you to get the received document for further processing or validation.
Code
| Parameter | Type | Description |
|---|---|---|
eDocument | Record "E-Document" | The E-Document record containing the downloaded document. |
document | "Temp Blob" codeunit | The Temp Blob codeunit containing the downloaded document. |
Last modified on


