Codeunit "Gen. Jnl.-Show CT Entries"

ID 16
Namespace: Microsoft.Finance.GeneralLedger.Journal

Properties

Name Value
TableNo Table Microsoft.Finance.GeneralLedger.Journal."Gen. Journal Line"

Methods

SetFiltersOnCreditTransferEntry

procedure SetFiltersOnCreditTransferEntry(var GenJournalLine: Record "Gen. Journal Line", var CreditTransferEntry: Record "Credit Transfer Entry")

Parameters

Name Type Description
GenJournalLine Table Microsoft.Finance.GeneralLedger.Journal."Gen. Journal Line"
CreditTransferEntry Table Microsoft.Bank.Payment."Credit Transfer Entry"

Events

OnBeforeOnRun

[IntegrationEvent(False,False)]
local procedure OnBeforeOnRun(var GenJournalLine: Record "Gen. Journal Line", var IsHandled: Boolean)

Parameters

Name Type Description
GenJournalLine Table Microsoft.Finance.GeneralLedger.Journal."Gen. Journal Line"
IsHandled Boolean

OnSetFiltersOnCreditTransferEntryOnCaseElse

[IntegrationEvent(False,False)]
local procedure OnSetFiltersOnCreditTransferEntryOnCaseElse(var GenJournalLine: Record "Gen. Journal Line", var CreditTransferEntry: Record "Credit Transfer Entry", var FoundCorrespondingLedgerEntry: Boolean)

Parameters

Name Type Description
GenJournalLine Table Microsoft.Finance.GeneralLedger.Journal."Gen. Journal Line"
CreditTransferEntry Table Microsoft.Bank.Payment."Credit Transfer Entry"
FoundCorrespondingLedgerEntry Boolean

See also