Report "Contract Invoicing"

ID 5984
Namespace: Microsoft.Service.Reports

Find service contracts that are due for invoicing up to a date that you specify.

Properties

Name Value
DefaultLayout RDLC
RDLCLayout ./Service/Reports/ContractInvoicing.rdlc
Caption Contract Invoicing - Test

Methods

InitVariables

procedure InitVariables(LocalPostingDate: Date, LocalInvoiceToDate: Date)

Parameters

Name Type Description
LocalPostingDate Date
LocalInvoiceToDate Date

Events

OnAfterSetInvoiceDates

[IntegrationEvent(False,False)]
local procedure OnAfterSetInvoiceDates(var ServiceContractHeader: Record "Service Contract Header", var InvoiceFrom: Date, var InvoiceTo: Date)

Parameters

Name Type Description
ServiceContractHeader Table Microsoft.Service.Contract."Service Contract Header"
InvoiceFrom Date
InvoiceTo Date

OnAfterServiceContractHeaderOnPreDataItem

[IntegrationEvent(False,False)]
local procedure OnAfterServiceContractHeaderOnPreDataItem(var ServiceContractHeader: Record "Service Contract Header", PostingDate: Date, InvoiceToDate: Date)

Parameters

Name Type Description
ServiceContractHeader Table Microsoft.Service.Contract."Service Contract Header"
PostingDate Date
InvoiceToDate Date

See also