Report "Delete Invoiced Service Orders"

ID 5914
Namespace: Microsoft.Service.Document

Properties

Name Value
AccessByPermission TableData "Service Header" = RD
ApplicationArea #Service
Caption Delete Invoiced Service Orders
ProcessingOnly True
UsageCategory Tasks

Events

OnBeforeDeleteServiceHeader

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

Parameters

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

OnBeforeDeleteServiceOrderLine

[IntegrationEvent(False,False)]
local procedure OnBeforeDeleteServiceOrderLine(ServiceLine: Record "Service Line")

Parameters

Name Type Description
ServiceLine Table Microsoft.Service.Document."Service Line"

OnBeforeDeleteServiceOrderItemLine

[IntegrationEvent(False,False)]
local procedure OnBeforeDeleteServiceOrderItemLine(ServiceItemLine: Record "Service Item Line")

Parameters

Name Type Description
ServiceItemLine Table Microsoft.Service.Document."Service Item Line"

OnBeforeServiceHeaderOnAfterGetRecord

[IntegrationEvent(False,False)]
local procedure OnBeforeServiceHeaderOnAfterGetRecord(var ServiceHeader: Record "Service Header", var IsHandled: Boolean, var ProgressDialog: Dialog)

Parameters

Name Type Description
ServiceHeader Table Microsoft.Service.Document."Service Header"
IsHandled Boolean
ProgressDialog Dialog

See also