Codeunit "Check Service Document"

ID 9065
Namespace: Microsoft.Service.Document

Properties

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

Events

OnBeforeCheckServiceLines

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

OnBeforeCheckServiceContractLines

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