Share via


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

Return Value

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

See Also

Reference

AssetTrans Table