Codeunit "Mfg. InventoryAdjmtEntryOrder"
ID 99000776
Namespace: Microsoft.Inventory.Costing
Events
OnBeforeCalcShareOfCapCost
[IntegrationEvent(False,False)]
local procedure OnBeforeCalcShareOfCapCost(var InvtAdjmtEntryOrder: Record "Inventory Adjmt. Entry (Order)", var ShareOfCapCost: Decimal, var IsHandled: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| InvtAdjmtEntryOrder | Table Microsoft.Inventory.Costing."Inventory Adjmt. Entry (Order)" | |
| ShareOfCapCost | Decimal | |
| IsHandled | Boolean |
OnCalcActualCapacityCostsOnAfterSetFilters
[IntegrationEvent(False,False)]
local procedure OnCalcActualCapacityCostsOnAfterSetFilters(var CapLedgEntry: Record "Capacity Ledger Entry", var InventoryAdjmtEntryOrder: Record "Inventory Adjmt. Entry (Order)", var IsHandled: Boolean, ShareOfTotalCapCost: Decimal)
Parameters
| Name | Type | Description |
|---|---|---|
| CapLedgEntry | Table Microsoft.Manufacturing.Capacity."Capacity Ledger Entry" | |
| InventoryAdjmtEntryOrder | Table Microsoft.Inventory.Costing."Inventory Adjmt. Entry (Order)" | |
| IsHandled | Boolean | |
| ShareOfTotalCapCost | Decimal |