Codeunit "Show Applied Entries"

ID 5801
Namespace: Microsoft.Inventory.Ledger

Properties

Name Value
Permissions TableData "Item Ledger Entry" = rim, TableData "Item Application Entry" = r
TableNo Table Microsoft.Inventory.Ledger."Item Ledger Entry"

Methods

FindAppliedEntries

procedure FindAppliedEntries(ItemLedgEntry: Record "Item Ledger Entry", var TempItemLedgerEntry: Record "Item Ledger Entry" temporary)

Parameters

Name Type Description
ItemLedgEntry Table Microsoft.Inventory.Ledger."Item Ledger Entry"
TempItemLedgerEntry Table Microsoft.Inventory.Ledger."Item Ledger Entry"

Events

OnBeforeInsertTempEntry

[IntegrationEvent(False,False)]
local procedure OnBeforeInsertTempEntry(ItemLedgerEntry: Record "Item Ledger Entry", var IsHandled: Boolean, var TempItemLedgerEntry: Record "Item Ledger Entry" temporary, AppliedQty: Decimal)

Parameters

Name Type Description
ItemLedgerEntry Table Microsoft.Inventory.Ledger."Item Ledger Entry"
IsHandled Boolean
TempItemLedgerEntry Table Microsoft.Inventory.Ledger."Item Ledger Entry"
AppliedQty Decimal

OnFindAppliedEntryOnAfterSetFilters

[IntegrationEvent(False,False)]
local procedure OnFindAppliedEntryOnAfterSetFilters(var ItemApplicationEntry: Record "Item Application Entry", ItemLedgerEntry: Record "Item Ledger Entry")

Parameters

Name Type Description
ItemApplicationEntry Table Microsoft.Inventory.Ledger."Item Application Entry"
ItemLedgerEntry Table Microsoft.Inventory.Ledger."Item Ledger Entry"

See also