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