AssetDepBookTrans::existTransAfterDate Method
Checks if any transactions exist in the asset transaction table after a given date.
Syntax
client server public static boolean existTransAfterDate(
AssetId _assetId,
AssetDepreciationBookId _bookId,
AssetTransDate _date)
Run On
Called
Parameters
- _assetId
Type: AssetId Extended Data Type
The asset ID to check for a transaction.
- _bookId
Type: AssetDepreciationBookId Extended Data Type
The depreciation book in which to check for a transaction.
- _date
Type: AssetTransDate Extended Data Type
The date that transactions must exist after.
Return Value
Type: boolean
true if a transactions exist after the given date; otherwise, false.