Codeunit "Service-Printed"

ID 5905
Namespace: Microsoft.Service.Document

Properties

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

Events

OnBeforeModify

[IntegrationEvent(False,False)]
local procedure OnBeforeModify(var ServiceHeader: Record "Service Header")

Parameters

Name Type Description
ServiceHeader Table Microsoft.Service.Document."Service Header"

OnBeforeOnRun

[IntegrationEvent(False,False)]
local procedure OnBeforeOnRun(var ServiceHeader: Record "Service Header", var SuppressCommit: Boolean)

Parameters

Name Type Description
ServiceHeader Table Microsoft.Service.Document."Service Header"
SuppressCommit Boolean

See also