PurchRFQWorkerSetup::findByWorker Method
Finds the specified record in the PurchRFQWorkerSetup table, by using the specified value of the Worker field.
Syntax
client server public static PurchRFQWorkerSetup findByWorker(
HcmWorkerRecId _worker,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _worker
Type: HcmWorkerRecId Extended Data Type
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: PurchRFQWorkerSetup Table
The specified PurchRFQWorkerSetup record if found; otherwise, an empty record.
Remarks
If no values are supplied for both the parameters they default to now. Therefore, the method searches for only active records and returns either an empty or a valid record.
The method searches for the worker and returns either an empty or a valid record.