Page "Service Order Statistics"

ID 5914
Namespace: Microsoft.Service.Document

Properties

Name Value
Caption Service Order Statistics
DeleteAllowed False
InsertAllowed False
LinksAllowed False
PageType Card
SourceTable Table Microsoft.Service.Document."Service Header"

Events

OnAfterCalcTotalAmount

[IntegrationEvent(True,False)]
local procedure OnAfterCalcTotalAmount()

OnAfterUpdateHeaderInfo

[IntegrationEvent(True,False)]
local procedure OnAfterUpdateHeaderInfo(var TotalServLineLCY: array[7] of Record "Service Line", var IndexNo: Integer)

Parameters

Name Type Description
TotalServLineLCY array[7] of Record "Service Line"
IndexNo Integer

OnBeforeCalcTotalAmount

[IntegrationEvent(True,False)]
local procedure OnBeforeCalcTotalAmount(var TempServLine: Record "Service Line" temporary)

Parameters

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

OnVATLinesDrillDownOnBeforeRunVATLinesForm

[IntegrationEvent(True,False)]
local procedure OnVATLinesDrillDownOnBeforeRunVATLinesForm()

OnUpdateHeaderInfoOnAfterCalcTotalAmount2

[IntegrationEvent(True,False)]
local procedure OnUpdateHeaderInfoOnAfterCalcTotalAmount2()

See also