WorkflowWorkItemQueueExpressionDef::isDefaultQueue Method
Finds the specified WorkFlowWorkItemQueueExpressionDef record in the WorkFlowWorkItemQueueExpressionDef table.
Syntax
client server public static boolean isDefaultQueue(WorkItemType _workItemType, RecId _queueRecId)
Run On
Called
Parameters
- _workItemType
Type: WorkItemType Extended Data Type
The WorkItemType value in the WorkFlowWorkItemQueueExpressionDef table to retrieve.
- _queueRecId
Type: RecId Extended Data Type
The defaultQueue value in the WorkFlowWorkItemQueueExpressionDef table to retrieve.
Return Value
Type: boolean
true if the specified record is the default queue; otherwise, false.