Codeunit 18123330 EOS Bank Files Import Handler

Codeunit 18123330 EOS Bank Files Import Handler

Methods

GetImportId

procedure GetImportId(): Guid

Parameters / Return Value

  • Returns Guid

Events

OnBeforeOnFillExportBufferOnBeforeInsertPaymentExportData

internal procedure OnBeforeOnFillExportBufferOnBeforeInsertPaymentExportData(var PaymentExportData: Record "Payment Export Data"; var TempGenJnlLine: Record "Gen. Journal Line"; var isHandled: Boolean)

Raised before building and adding Remittance text to PaymentExportData in OnFillExportBufferOnBeforeInsertPaymentExportData event subscriber

Parameters / Return Value

  • PaymentExportData Record "Payment Export Data"

    Payment Export Data variable with the data that will be written in the XML file

  • TempGenJnlLine Record "Gen. Journal Line"

    Temporary General Journal Line

  • isHandled Boolean

    if true will skip the EOS005 BNK procedure that builds and adds the remittance text to XML file


OnAfterGetRemittanceText

internal procedure OnAfterGetRemittanceText(var RemittanceText: Text; VendorBillLine2: Record "Vendor Bill Line")

Raised before assigning Remittance text to the PaymentExportData

Parameters / Return Value

  • RemittanceText Text

    Current Remittance Text

  • VendorBillLine2 Record "Vendor Bill Line"

    Vendor Bill Line being processed



EOS Labs -