SysWorkflowTable::existContextRecId Method
Checks whether a reference to a record exists in the SysWorkflowTable table.
Syntax
client server public static boolean existContextRecId(TableId _tableId, RecId _recId)
Run On
Called
Parameters
- _tableId
Type: TableId Extended Data Type
The table ID of the record.
- _recId
Type: RecId Extended Data Type
The record ID of the record.
Return Value
Type: boolean
true if a reference record exists; otherwise, false.