Codeunit "Mfg. Item Integration"

ID 99000795
Namespace: Microsoft.Inventory.Item

Properties

Name Value
Permissions tabledata "Manufacturing Setup" = r

Events

OnBeforeCheckNoRemQtyProdOrderLine

[IntegrationEvent(False,False)]
local procedure OnBeforeCheckNoRemQtyProdOrderLine(ItemUnitOfMeasure: Record "Item Unit of Measure", xItemUnitOfMeasure: Record "Item Unit of Measure", var ProdOrderLine: Record "Prod. Order Line", var IsHandled: Boolean)

Parameters

Name Type Description
ItemUnitOfMeasure Table Microsoft.Inventory.Item."Item Unit of Measure"
xItemUnitOfMeasure Table Microsoft.Inventory.Item."Item Unit of Measure"
ProdOrderLine Table Microsoft.Manufacturing.Document."Prod. Order Line"
IsHandled Boolean

OnBeforeCheckNoRemQtyProdOrderComponent

[IntegrationEvent(False,False)]
local procedure OnBeforeCheckNoRemQtyProdOrderComponent(ItemUnitOfMeasure: Record "Item Unit of Measure", xItemUnitOfMeasure: Record "Item Unit of Measure", var ProdOrderComponent: Record "Prod. Order Component", var IsHandled: Boolean)

Parameters

Name Type Description
ItemUnitOfMeasure Table Microsoft.Inventory.Item."Item Unit of Measure"
xItemUnitOfMeasure Table Microsoft.Inventory.Item."Item Unit of Measure"
ProdOrderComponent Table Microsoft.Manufacturing.Document."Prod. Order Component"
IsHandled Boolean

See also