Report "Contr. Serv. Orders - Test"

ID 5988
Namespace: Microsoft.Service.Reports

Find service contracts that include service items that are due for service within a period you specify.

Properties

Name Value
DefaultLayout RDLC
RDLCLayout ./Service/Reports/ContrServOrdersTest.rdlc
Caption Contr. Serv. Orders - Test

Methods

InitVariables

procedure InitVariables(LocalStartDate: Date, LocalEndDate: Date)

Parameters

Name Type Description
LocalStartDate Date
LocalEndDate Date

Events

OnBeforeFindServiceItemLine

[IntegrationEvent(False,False)]
local procedure OnBeforeFindServiceItemLine(var ServiceItemLine: Record "Service Item Line", ServiceContractHeader: Record "Service Contract Header", ServiceContractLine: Record "Service Contract Line", ServiceHeader: Record "Service Header")

Parameters

Name Type Description
ServiceItemLine Table Microsoft.Service.Document."Service Item Line"
ServiceContractHeader Table Microsoft.Service.Contract."Service Contract Header"
ServiceContractLine Table Microsoft.Service.Contract."Service Contract Line"
ServiceHeader Table Microsoft.Service.Document."Service Header"

See also