Codeunit 18122273 EOS Ext Import

Codeunit 18122273 EOS Ext Import

Events

OnBeforeCheckCongruentAmount

local procedure OnBeforeCheckCongruentAmount(var GenJournalLine: Record "Gen. Journal Line"; DocFImport: Record "EOS DCF Import"; IsNotula: Boolean; var BlSplitLine: Boolean; DocumentAmount: Decimal; var Handled: Boolean)

Parameters / Return Value

  • GenJournalLine Record "Gen. Journal Line"

  • DocFImport Record "EOS DCF Import"

  • IsNotula Boolean

  • BlSplitLine Boolean

  • DocumentAmount Decimal

  • Handled Boolean


OnBeforeGetOccurrenceFromSourceTable

local procedure OnBeforeGetOccurrenceFromSourceTable(SourceTable: Integer; SourceEntryNo: Integer; var OccurrenceNo: Integer; var IsHandled: Boolean)

Integration event raised before getting occurrence from source table. Allows extensions to handle additional source tables.

Parameters / Return Value

  • SourceTable Integer

    The source table ID

  • SourceEntryNo Integer

    The entry number in the source table

  • OccurrenceNo Integer

    The occurrence number to return

  • IsHandled Boolean

    Set to true to skip default processing



EOS Labs -