Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the specified WorkflowWorkItemQueue record in the WorkflowWorkItemQueue table.
Syntax
client server public static WorkflowWorkItemQueue find(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID with which to find the record.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
Return Value
Type: WorkflowWorkItemQueue Table
A WorkflowWorkItemQueue record if one exists; otherwise, an empty record.