Codeunit "Check Prod. Order Document"

ID 9132
Namespace: Microsoft.Manufacturing.Document

Events

OnBeforeCheckProdOrderLines

[IntegrationEvent(False,False)]
local procedure OnBeforeCheckProdOrderLines(Item: Record Item, CurrentFieldNo: Integer, CheckFieldNo: Integer, CheckFieldCaption: Text, var IsHandled: Boolean)

Parameters

Name Type Description
Item Table Microsoft.Inventory.Item.Item
CurrentFieldNo Integer
CheckFieldNo Integer
CheckFieldCaption Text
IsHandled Boolean

OnBeforeCheckProdOrderComponents

[IntegrationEvent(False,False)]
local procedure OnBeforeCheckProdOrderComponents(Item: Record Item, CurrentFieldNo: Integer, CheckFieldNo: Integer, CheckFieldCaption: Text, var IsHandled: Boolean)

Parameters

Name Type Description
Item Table Microsoft.Inventory.Item.Item
CurrentFieldNo Integer
CheckFieldNo Integer
CheckFieldCaption Text
IsHandled Boolean

OnBeforeCheckProdBOMLines

[IntegrationEvent(False,False)]
local procedure OnBeforeCheckProdBOMLines(Item: Record Item, CurrentFieldNo: Integer, CheckFieldNo: Integer, CheckFieldCaption: Text, var IsHandled: Boolean)

Parameters

Name Type Description
Item Table Microsoft.Inventory.Item.Item
CurrentFieldNo Integer
CheckFieldNo Integer
CheckFieldCaption Text
IsHandled Boolean

See also