Codeunit 18123342 EOS SEPA Cust. CT-Export File
Codeunit 18123342 EOS SEPA Cust. CT-Export File
Methods
Export
procedure Export(var GenJnlLine: Record "Gen. Journal Line"; XMLPortID: Integer) Result: Boolean
Parameters / Return Value
GenJnlLine
Record "Gen. Journal Line"
XMLPortID
Integer
Returns
Boolean
EnableExportToServerFile
procedure EnableExportToServerFile()
Events
OnBeforeBLOBExport
local procedure OnBeforeBLOBExport(var TempBlob: Codeunit "Temp Blob"; CreditTransferRegister: Record "Credit Transfer Register"; UseComonDialog: Boolean; var FieldCreated: Boolean; var IsHandled: Boolean)
Integration event that is triggered before exporting a BLOB for a SEPA Customer Credit Transfer file.
Parameters / Return Value
TempBlob
Codeunit "Temp Blob"
The temporary blob codeunit used for file export.
CreditTransferRegister
Record "Credit Transfer Register"
The credit transfer register record related to the export.
UseComonDialog
Boolean
Specifies whether to use the common dialog for export.
FieldCreated
Boolean
Indicates whether the field was created during the process (passed by reference).
IsHandled
Boolean
Specifies whether the event has been handled (passed by reference).
OnBeforeExtport
local procedure OnBeforeExtport(var GenJnlLine: Record "Gen. Journal Line"; XMLPortID: Integer; var Result: Boolean; var IsHandled: Boolean)
Integration event that is triggered before exporting a file.
Parameters / Return Value
GenJnlLine
Record "Gen. Journal Line"
The General Journal Line record to be processed.
XMLPortID
Integer
The ID of the XMLPort used for export.
Result
Boolean
Boolean variable to return the result of the export operation.
IsHandled
Boolean
Boolean variable indicating whether the export operation has been handled by the subscriber.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.