AssetDepBookTrans::existAdjustmentTransPerDate Method
Checks whether a depreciation, depreciation adjustment, or extraordinary depreciation transaction exists in the asset transaction table.
Syntax
client server public static boolean existAdjustmentTransPerDate(
AssetId _assetId,
AssetDepreciationBookId _depreciationBookId,
TransDate _startPeriod,
TransDate _endPeriod)
Run On
Called
Parameters
- _assetId
Type: AssetId Extended Data Type
The asset ID which to check for a depreciation transaction.
- _depreciationBookId
Type: AssetDepreciationBookId Extended Data Type
The value model in which to check for a depreciation transaction.
- _startPeriod
Type: TransDate Extended Data Type
The start period of the transaction.
- _endPeriod
Type: TransDate Extended Data Type
End period of transaction _endPeriod.
Return Value
Type: boolean
true if a depreciation, depreciation adjustment, or extraordinary depreciation transaction exists; otherwise, false.