AssetDepreciationRate_W::hasAssetDepRateForGroupDate Method
Determines whether there is a depreciation rate for a specified depreciation group and transaction date.
Syntax
client server public static boolean hasAssetDepRateForGroupDate(AssetDepreciationGroupId_W _depreciationGroupId, TransDate _startDate)
Run On
Called
Parameters
- _depreciationGroupId
Type: AssetDepreciationGroupId_W Extended Data Type
The AssetDepreciationGroupId_W value to use for the lookup.
- _startDate
Type: TransDate Extended Data Type
The TransDate value to use for the lookup.
Return Value
Type: boolean
true if there is a depreciation rate; otherwise, false.