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
[IntegrationEvent(False,False)]
local procedure OnAfterSetInvoiceDates(var ServiceContractHeader: Record "Service Contract Header", var InvoiceFrom: Date, var InvoiceTo: Date)
Parameters
[IntegrationEvent(False,False)]
local procedure OnAfterServiceContractHeaderOnPreDataItem(var ServiceContractHeader: Record "Service Contract Header", PostingDate: Date, InvoiceToDate: Date)
Parameters
See also