Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds an interval record for the specified date.
Syntax
client server public static AssetParametersDeprRates_DE findByDate(
TransDate _date,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel,
date _minDate,
date _maxDate])
Run On
Called
Parameters
- _date
Type: TransDate Extended Data Type
A date that could fall within a valid date range record.
- _forupdate
Type: boolean
A Boolean value that indicates whether the table buffer record that is returned should be available for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency setting that should be used with the table buffer record that is returned; optional.
- _minDate
Type: date
The minimum date for which the select needs to be done.
- _maxDate
Type: date
The maximum date for which the select needs to be done.
Return Value
Type: AssetParametersDeprRates_DE Table
An AssetParametersDepRates_DE table buffer record if one is found; otherwise, an empty table buffer.