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 the specified record in the AssetParametersDeprRates_DE table.
Syntax
client server public static AssetParametersDeprRates_DE find(
RecId _recId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel,
date _minDate,
date _maxDate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID of the record to find.
- _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 the record is being read for an update; optional.
- _minDate
Type: date
The minimum date for which to perform the search.
- _maxDate
Type: date
The maximum date for which to perform the search.
Return Value
Type: AssetParametersDeprRates_DE Table
A buffer that contains the AssetParametersDeprRates_DE table.