WorkflowWorkItemQueueGroup::checkExist Method
Determines whether the specified WorkflowWorkitemQueueGroup record occurs in the WorkflowWorkitemQueueGroup table.
Syntax
client server public static boolean checkExist(RecId _recId)
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID in the WorkflowWorkitemQueueGroup table to check for existence.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.
Remarks
When this method returns false, an error message is also displayed.