RetailConcessionContractInvoiceHistory::findTransOnPeriod Method
Finds the record in the table RetailConcessionContractInvoiceHistory based on the specified values.
Syntax
client server public static RetailConcessionContractInvoiceHistory findTransOnPeriod(
RetailConcessionContractId contractId,
RetailConcessionContractCreateInvType invoiceType,
TransDate fromDate,
TransDate toDate)
Run On
Called
Parameters
- contractId
Type: RetailConcessionContractId Extended Data Type
A ContractId field value.
- invoiceType
Type: RetailConcessionContractCreateInvType Enumeration
A InvoiceType field value.
- fromDate
Type: TransDate Extended Data Type
A fromDate field value.
- toDate
Type: TransDate Extended Data Type
A toDate field value.
Return Value
Type: RetailConcessionContractInvoiceHistory Table
A RetailConcessionContractInvoiceHistory record if found; otherwise, an empty record.