RLedgerTurnoverParamTransLink::exist Method
Indicates whether the specified record in the RLedgerTurnoverParamTransLink table exists.
Syntax
client server public static boolean exist(TableId _tableId, RecId _recId)
Run On
Called
Parameters
- _tableId
Type: TableId Extended Data Type
The table ID of the linked record.
- _recId
Type: RecId Extended Data Type
The record ID of the linked record.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.