CustCollectionAgencyFeeHeader_W::find Method
Finds the record in the CustCollectionAgencyFeeHeader_W table.
Syntax
client server public static CustCollectionAgencyFeeHeader_W find(
CurrencyCode _currencyCode,
FromDate _fromDate,
ToDate _toDate,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _currencyCode
Type: CurrencyCode Extended Data Type
Currency of the CustCollectionAgencyFeeHeader_W record.
- _fromDate
Type: FromDate Extended Data Type
Effective start date of the CustCollectionAgencyFeeHeader_W record.
- _toDate
Type: ToDate Extended Data Type
Effective end date of the CustCollectionAgencyFeeHeader_W record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record; optional.
Return Value
Type: CustCollectionAgencyFeeHeader_W Table
The record found in the CustCollectionAgencyFeeHeader_W table.