CustTable::existTransactions Method
Checks whether the transactions exist for the specified customer account.
Syntax
client server public static boolean existTransactions(CustAccount _custAccount)
Run On
Called
Parameters
- _custAccount
Type: CustAccount Extended Data Type
The _custAccount value that specifies the customer account.
Return Value
Type: boolean
true if the transactions exist for that customer Account; otherwise, false.