Codeunit "Graph Mgt - Customer Payments"

ID 5479
Namespace: Microsoft.Integration.Graph

Methods

SetCustomerPaymentsTemplateAndBatch

procedure SetCustomerPaymentsTemplateAndBatch(var GenJournalLine: Record "Gen. Journal Line", CustomerPaymentBatchName: Code[10])

Parameters

Name Type Description
GenJournalLine Table Microsoft.Finance.GeneralLedger.Journal."Gen. Journal Line"
CustomerPaymentBatchName Code[10]

SetCustomerPaymentsFilters

procedure SetCustomerPaymentsFilters(var GenJournalLine: Record "Gen. Journal Line")

Parameters

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

SetCustomerPaymentsValues

procedure SetCustomerPaymentsValues(var GenJournalLine: Record "Gen. Journal Line", TempGenJournalLine: Record "Gen. Journal Line" temporary)

Parameters

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

UpdateIds

procedure UpdateIds()

UpdateIds

procedure UpdateIds(WithCommit: Boolean)

Parameters

Name Type Description
WithCommit Boolean

See also