Share via


ProjWorkerSetup::findByWorker Method

Finds the specified record in the ProjWorkerSetup table, based on the specified value of the Worker field.

Syntax

client server public static ProjWorkerSetup findByWorker(
    HcmWorkerRecId _worker, 
   [RecId _legalEntityRecId, 
    boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: ProjWorkerSetup Table
The specified PurchRFQWorkerSetup record if found; otherwise, an empty record.

Remarks

  1. If no values are supplied for both the parameters they will be set to now. Therefore, this method searches for only the active records and returns either an empty or a valid record.

  2. The method searches for the worker and returns either an empty or a valid record.

See Also

Reference

ProjWorkerSetup Table