AssetDepreciationGroup_W::findRate Method
Selects the rates for a particular depreciation group from the AssetDepreciationRate_W table.
Syntax
server public static AssetDepreciationRate_W findRate(
AssetDepreciationGroupId_W _assetGroupId,
[TransDate _startDate,
boolean _forUpdate])
Run On
Server
Parameters
- _assetGroupId
Type: AssetDepreciationGroupId_W Extended Data Type
The depreciation group ID.
- _startDate
Type: TransDate Extended Data Type
The start date.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to update the record.
Return Value
Type: AssetDepreciationRate_W Table
The depreciation rates.