Share via


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

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to update the record.

Return Value

Type: AssetDepreciationRate_W Table
The depreciation rates.

See Also

Reference

AssetDepreciationGroup_W Table