RetailConsessionSettlementTable::FindSettlementOnPeriod Method
Finds a record of the RetailConsessionSettlementTable table that is based on the specified values.
Syntax
client server public static RetailConsessionSettlementTable FindSettlementOnPeriod(
RetailConcessionContractId ContractId,
TransDate fromDate,
TransDate ToDate)
Run On
Called
Parameters
- ContractId
Type: RetailConcessionContractId Extended Data Type
A ContractId value.
- fromDate
Type: TransDate Extended Data Type
A Fromdate value.
- ToDate
Type: TransDate Extended Data Type
A ToDate value.
Return Value
Type: RetailConsessionSettlementTable Table
A RetailConsessionSettlementTable record if found; otherwise, an empty record.