LedgerFund::checkExist Method
Indicates whether the specified fund number value exists in the table and reports an error when it does not exist.
Syntax
client server public static boolean checkExist(FundNumber _fundNumber)
Run On
Called
Parameters
- _fundNumber
Type: FundNumber Extended Data Type
The fund number value to check.
Return Value
Type: boolean
true if the fund number exists in the table; otherwise, false.