Report "Service Document - Test"

ID 5915
Namespace: Microsoft.Service.Reports

Verify whether service orders, invoices, or credit memos are correct before you post them.

Properties

Name Value
DefaultLayout RDLC
RDLCLayout ./Service/Reports/ServiceDocumentTest.rdlc
Caption Service Document - Test
WordMergeDataItem Service Header

Methods

FindDimTxt

procedure FindDimTxt(DimSetID: Integer)

Parameters

Name Type Description
DimSetID Integer

CheckQuantity

procedure CheckQuantity(var ServiceLine: Record "Service Line")

Parameters

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

InitializeRequest

procedure InitializeRequest(ShipReceiveOnNextPostReqFrom: Boolean, InvOnNextPostReqFrom: Boolean, ShowDimFrom: Boolean)

Parameters

Name Type Description
ShipReceiveOnNextPostReqFrom Boolean
InvOnNextPostReqFrom Boolean
ShowDimFrom Boolean

Events

OnAfterCheckServiceDoc

[IntegrationEvent(False,False)]
local procedure OnAfterCheckServiceDoc(ServiceHeader: Record "Service Header", var ErrorText: array[99] of Text[250], var ErrorCounter: Integer)

Parameters

Name Type Description
ServiceHeader Table Microsoft.Service.Document."Service Header"
ErrorText array[99] of Text[250]
ErrorCounter Integer

OnBeforeCheckType

[IntegrationEvent(False,False)]
local procedure OnBeforeCheckType(ServiceLine: Record "Service Line", var ErrorCounter: Integer, var ErrorText: array[99] of Text[250])

Parameters

Name Type Description
ServiceLine Table Microsoft.Service.Document."Service Line"
ErrorCounter Integer
ErrorText array[99] of Text[250]

See also