Codeunit "Update Name In Ledger Entries"

ID 104
Namespace: Microsoft.Upgrade

Properties

Name Value
Permissions TableData "Cust. Ledger Entry" = rm, TableData "Vendor Ledger Entry" = rm, TableData "Item Ledger Entry" = rm, TableData "Phys. Inventory Ledger Entry" = rm, TableData "Value Entry" = rm, tabledata "Warehouse Entry" = rm
TableNo Table System.Threading."Job Queue Entry"

Methods

ScheduleUpdate

procedure ScheduleUpdate(Notification: Notification)

Parameters

Name Type Description
Notification Notification

NotifyAboutBlankNamesInLedgerEntries

procedure NotifyAboutBlankNamesInLedgerEntries(SetupRecordID: RecordId)

Parameters

Name Type Description
SetupRecordID RecordId

Events

OnUpdateCustNamesInLedgerEntriesOnBeforeModifyCustLedgEntry

[IntegrationEvent(False,False)]
local procedure OnUpdateCustNamesInLedgerEntriesOnBeforeModifyCustLedgEntry(var CustLedgerEntry: Record "Cust. Ledger Entry", Customer: Record Customer)

Parameters

Name Type Description
CustLedgerEntry Table Microsoft.Sales.Receivables."Cust. Ledger Entry"
Customer Table Microsoft.Sales.Customer.Customer

OnUpdateVendNamesInLedgerEntriesOnBeforeModifyVendLedgEntry

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

Parameters

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

OnUpdateDescriptionInWarehouseLedgerEntriesOnBeforeModifyWarehouseEntry

[IntegrationEvent(False,False)]
local procedure OnUpdateDescriptionInWarehouseLedgerEntriesOnBeforeModifyWarehouseEntry(var WarehouseEntry: Record "Warehouse Entry", Item: Record Item, ItemVariant: Record "Item Variant")

Parameters

Name Type Description
WarehouseEntry Table Microsoft.Warehouse.Ledger."Warehouse Entry"
Item Table Microsoft.Inventory.Item.Item
ItemVariant Table Microsoft.Inventory.Item."Item Variant"

See also