Share via


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

Return Value

Type: boolean
true if a transactions exist after the given date; otherwise, false.

See Also

Reference

AssetDepBookTrans Table