Codeunit "Check Assembly Document"

ID 9131
Namespace: Microsoft.Assembly.Document

Properties

Name Value
TableNo Table Microsoft.Assembly.Document."Assembly Header"

Events

OnBeforeCheckAssemblyHeaders

[IntegrationEvent(False,False)]
local procedure OnBeforeCheckAssemblyHeaders(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

OnBeforeCheckAssemblyLines

[IntegrationEvent(False,False)]
local procedure OnBeforeCheckAssemblyLines(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