Codeunit "Show Avg. Calc. - Item"

ID 5803
Namespace: Microsoft.Inventory.Costing

Properties

Name Value
TableNo Table Microsoft.Inventory.Item.Item

Methods

DrillDownAvgCostAdjmtPoint

procedure DrillDownAvgCostAdjmtPoint(var Item: Record Item)

Parameters

Name Type Description
Item Table Microsoft.Inventory.Item.Item

Events

OnBeforeDrillDownAvgCostAdjmtPoint

[IntegrationEvent(False,False)]
local procedure OnBeforeDrillDownAvgCostAdjmtPoint(var Item: Record Item, var IsHandled: Boolean)

Parameters

Name Type Description
Item Table Microsoft.Inventory.Item.Item
IsHandled Boolean

OnRunOnAfterValueEntrySetFilters

[IntegrationEvent(False,False)]
local procedure OnRunOnAfterValueEntrySetFilters(var ValueEntry: Record "Value Entry", var Item: Record Item)

Parameters

Name Type Description
ValueEntry Table Microsoft.Inventory.Ledger."Value Entry"
Item Table Microsoft.Inventory.Item.Item

See also