Codeunit "Purchase Header Apply"

ID 402
Namespace: Microsoft.Purchases.Payables

Properties

Name Value
TableNo Table Microsoft.Purchases.Document."Purchase Header"

Events

OnAfterOnRun

[IntegrationEvent(False,False)]
local procedure OnAfterOnRun(var PurchHeader: Record "Purchase Header")

Parameters

Name Type Description
PurchHeader Table Microsoft.Purchases.Document."Purchase Header"

OnRunOnAfterFilterVendLedgEntry

[IntegrationEvent(False,False)]
local procedure OnRunOnAfterFilterVendLedgEntry(var VendorLedgerEntry: Record "Vendor Ledger Entry", var PurchaseHeader: Record "Purchase Header")

Parameters

Name Type Description
VendorLedgerEntry Table Microsoft.Purchases.Payables."Vendor Ledger Entry"
PurchaseHeader Table Microsoft.Purchases.Document."Purchase Header"

OnRunOnBeforeVendLedgEntryFindFirst

[IntegrationEvent(False,False)]
local procedure OnRunOnBeforeVendLedgEntryFindFirst(var VendorLedgerEntry: Record "Vendor Ledger Entry")

Parameters

Name Type Description
VendorLedgerEntry Table Microsoft.Purchases.Payables."Vendor Ledger Entry"

See also