WorkflowTrackingWorkItem::findTrackingRecId Method
Finds the specified record in the WorkflowTrackingWorkItem table.
Syntax
client server public static WorkflowTrackingWorkItem findTrackingRecId(
RecId _trackingRecId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _trackingRecId
Type: RecId Extended Data Type
The RecId value that identifies the tracking record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record; optional.
Return Value
Type: WorkflowTrackingWorkItem Table
A record in the WorkflowTrackingWorkItem ; otherwise, an empty record.