AssetLedgerAccounts::checkExist Method
Indicates whether the specified record exists in the AssetLedgerAccounts table and displays a message if the record does not exist.
Syntax
client server public static boolean checkExist(
AssetBookId _bookId,
AssetPostingProfile _postingProfile,
AssetTransType _transType,
AssetTableGroupAll _accountCode,
AssetId _accountRelation)
Run On
Called
Parameters
- _bookId
Type: AssetBookId Extended Data Type
The AssetBookId value of the record for which to check.
- _postingProfile
Type: AssetPostingProfile Extended Data Type
The AssetPostingProfile value of the record for which to check.
- _transType
Type: AssetTransType Enumeration
The AssetTransType value of the record for which to check.
- _accountCode
Type: AssetTableGroupAll Extended Data Type
The AssetTableGroupAll value of the record for which to check.
- _accountRelation
Type: AssetId Extended Data Type
The AssetId value of the record for which to check.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.