RCashLedgerAccount::checkExist Method
Indicates whether the specified record exists in the RCashLedgerAccount table and displays a message if the record does not exist.
Syntax
client server private static boolean checkExist(
RCashPostingProfile _postingProfile,
RCashTableAll _accountCode,
RCashAccount _num)
Run On
Called
Parameters
- _postingProfile
Type: RCashPostingProfile Extended Data Type
The RCashPostingProfile value of the record for which to check.
- _accountCode
Type: RCashTableAll Enumeration
The RCashTableAll value of the record for which to check.
- _num
Type: RCashAccount Extended Data Type
The RCashAccount value of the record for which to check.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.