Share via


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

Return Value

Type: boolean
true if the specified record exists; otherwise, false.

See Also

Reference

RCashLedgerAccount Table