AssetTrans::existTransAfterDate Method
Checks if any transactions exists in the asset transaction table after a given date.
Syntax
client server public static boolean existTransAfterDate(
AssetId _assetId,
AssetBookId _bookId,
AssetTransDate _date)
Run On
Called
Parameters
- _assetId
Type: AssetId Extended Data Type
The asset ID which to check for a transaction.
- _bookId
Type: AssetBookId Extended Data Type
The value model 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 exists after the given date; otherwise false.