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 record in the HcmWorkerTaskAssignment table by using the specified Worker and WorkerTask fields.
Syntax
client server public static HcmWorkerTaskAssignment findByWorkerTask(
HcmWorkerRecId _worker,
HcmWorkerTaskRecId _workerTask,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _worker
Type: HcmWorkerRecId Extended Data Type
- _workerTask
Type: HcmWorkerTaskRecId Extended Data Type
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: HcmWorkerTaskAssignment Table
A record in the HcmWorkerTaskAssignment table.