Codeunit 18123344 EOS Cust. CT-Prepare Source

Codeunit 18123344 EOS Cust. CT-Prepare Source

Events

OnAfterCreateTempJnlLinesCust

local procedure OnAfterCreateTempJnlLinesCust(var FromGenJnlLine: Record "Gen. Journal Line"; var TempGenJnlLine: Record "Gen. Journal Line" temporary)

Integration event that is triggered after temporary journal lines for transfer bill customers are created.

Parameters / Return Value

  • FromGenJnlLine Record "Gen. Journal Line"

    The source General Journal Line record.

  • TempGenJnlLine Record "Gen. Journal Line"

    The temporary General Journal Line record that has been created or modified.


OnBeforeCreateTempJnlLinesCust

local procedure OnBeforeCreateTempJnlLinesCust(var FromGenJnlLine: Record "Gen. Journal Line"; var TempGenJnlLine: Record "Gen. Journal Line" temporary; var IsHandled: Boolean)

Integration event that is triggered before temporary journal lines for transfer bill customers are created.

Parameters / Return Value

  • FromGenJnlLine Record "Gen. Journal Line"

    The source General Journal Line record.

  • TempGenJnlLine Record "Gen. Journal Line"

    The temporary General Journal Line record that has been created or modified.

  • IsHandled Boolean

    A boolean value that indicates whether the event has been handled and exit from the function


OnAfterCreateTempJnlLinesCustPosted

local procedure OnAfterCreateTempJnlLinesCustPosted(var FromGenJnlLine: Record "Gen. Journal Line"; var TempGenJnlLine: Record "Gen. Journal Line" temporary)

Integration event that is triggered after temporary journal lines for posted transfer bill customers are created.

Parameters / Return Value

  • FromGenJnlLine Record "Gen. Journal Line"

    The source General Journal Line record.

  • TempGenJnlLine Record "Gen. Journal Line"

    The temporary General Journal Line record that has been created or modified.


OnBeforeCreateTempJnlLinesCustPosted

local procedure OnBeforeCreateTempJnlLinesCustPosted(var FromGenJnlLine: Record "Gen. Journal Line"; var TempGenJnlLine: Record "Gen. Journal Line" temporary; var IsHandled: Boolean)

Integration event that is triggered before temporary journal lines for posted transfer bill customers are created.

Parameters / Return Value

  • FromGenJnlLine Record "Gen. Journal Line"

    The source General Journal Line record.

  • TempGenJnlLine Record "Gen. Journal Line"

    The temporary General Journal Line record that has been created or modified.

  • IsHandled Boolean

    A boolean value that indicates whether the event has been handled and exit from the function


OnCopyJnlLinesOnBeforeTempGenJnlLineInsert

local procedure OnCopyJnlLinesOnBeforeTempGenJnlLineInsert(var FromGenJournalLine: Record "Gen. Journal Line"; var TempGenJournalLine: Record "Gen. Journal Line" temporary; GenJournalBatch: Record "Gen. Journal Batch")

Integration event triggered before inserting a temporary General Journal Line during the copy process.

Parameters / Return Value

  • FromGenJournalLine Record "Gen. Journal Line"

    The source General Journal Line record to be copied.

  • TempGenJournalLine Record "Gen. Journal Line"

    The temporary General Journal Line record where data will be inserted.

  • GenJournalBatch Record "Gen. Journal Batch"

    The General Journal Batch associated with the operation.


OnInsertTempGenJnlLineCustOnBeforeInsert

local procedure OnInsertTempGenJnlLineCustOnBeforeInsert(var TempGenJnlLine: Record "Gen. Journal Line" temporary; CustTransferBillLine: Record "EOS Cust. Transfer Bill Line")

Integration event triggered before inserting a temporary General Journal Line for a Customer Transfer Bill Line.

Parameters / Return Value

  • TempGenJnlLine Record "Gen. Journal Line"

    Temporary record of type “Gen. Journal Line” that will be inserted.

  • CustTransferBillLine Record "EOS Cust. Transfer Bill Line"

    Record of type “EOS Cust. Transfer Bill Line” related to the operation.


OnInsertTempGenJnlLineCustPostedOnBeforeInsert

local procedure OnInsertTempGenJnlLineCustPostedOnBeforeInsert(var TempGenJnlLine: Record "Gen. Journal Line" temporary; PostedCustTrBillLine: Record "EOS Posted Cust. Tr. Bill Line")

Integration event triggered before inserting a temporary General Journal Line for a Posted Customer Transfer Bill Line.

Parameters / Return Value

  • TempGenJnlLine Record "Gen. Journal Line"

    Temporary record of type “Gen. Journal Line” that will be inserted.

  • PostedCustTrBillLine Record "EOS Posted Cust. Tr. Bill Line"

    Record of type “EOS Posted Cust. Tr. Bill Line” related to the operation.



EOS Labs -