| Docs Help
  AppSource  
  The topic is not available for the selected language ().
Docs  /  E-Document - ebInterface  /  Information for Developers

 Add Attachments


2025/09/04 • 1 min. to read
If the Add Attachments field is activated in the ebInterface Document Format, a PDF file of the document based on the Report Selection is created by default and sent to ebInterface in addition to the XML file. For more information, see Setup, ebInterface Document Formats. This logic can be changed via individual programming, and additional files can also be added. The following events are available in the codeunit "NVXEB Functions" for this purpose.
[IntegrationEvent(false, false)]
local procedure OnBeforeAddAttachments(SourceDocumentHeader: RecordRef; var AttachmentTempBlobList: Codeunit "Temp Blob List"; var AttachmentFileNameList: List of [Text]; var IsHandled: Boolean)
begin
end;
[IntegrationEvent(false, false)]
local procedure OnAfterAddAttachments(SourceDocumentHeader: RecordRef; var AttachmentTempBlobList: Codeunit "Temp Blob List"; var AttachmentFileNameList: List of [Text])
begin
end;

Related information




Submit feedback for
DE|EN Imprint