Codeunit "Vend. Entry-Edit"

ID 113
Namespace: Microsoft.Purchases.Payables

Properties

Name Value
Permissions TableData "Vendor Ledger Entry" = m, TableData "Detailed Vendor Ledg. Entry" = m
TableNo Table Microsoft.Purchases.Payables."Vendor Ledger Entry"

Methods

SetOnHold

procedure SetOnHold(var VendorLedgerEntry: Record "Vendor Ledger Entry", NewOnHold: Code[3])

Parameters

Name Type Description
VendorLedgerEntry Table Microsoft.Purchases.Payables."Vendor Ledger Entry"
NewOnHold Code[3]

Events

OnBeforeVendLedgEntryModify

[IntegrationEvent(False,False)]
local procedure OnBeforeVendLedgEntryModify(var VendLedgEntry: Record "Vendor Ledger Entry", FromVendLedgEntry: Record "Vendor Ledger Entry")

Parameters

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

OnRunOnBeforeDtldVendLedgEntryModifyAll

[IntegrationEvent(False,False)]
local procedure OnRunOnBeforeDtldVendLedgEntryModifyAll(FromVendLedgEntry: Record "Vendor Ledger Entry", var DtldVendLedgEntry: Record "Detailed Vendor Ledg. Entry", var VendLedgEntry: Record "Vendor Ledger Entry")

Parameters

Name Type Description
FromVendLedgEntry Table Microsoft.Purchases.Payables."Vendor Ledger Entry"
DtldVendLedgEntry Table Microsoft.Purchases.Payables."Detailed Vendor Ledg. Entry"
VendLedgEntry Table Microsoft.Purchases.Payables."Vendor Ledger Entry"

OnRunOnAfterVendLedgEntryMofidy

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

Parameters

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

OnAfterLogFieldChanged

[IntegrationEvent(False,False)]
local procedure OnAfterLogFieldChanged(CurrVendorLedgerEntry: Record "Vendor Ledger Entry", NewVendorLedgerEntry: Record "Vendor Ledger Entry", var Changed: Boolean)

Parameters

Name Type Description
CurrVendorLedgerEntry Table Microsoft.Purchases.Payables."Vendor Ledger Entry"
NewVendorLedgerEntry Table Microsoft.Purchases.Payables."Vendor Ledger Entry"
Changed Boolean

See also