HcmWorker::findByPerson Method

Finds the specified record in the HcmWorker table.

Syntax

client server public static HcmWorker findByPerson(
    DirPartyRecId _person, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

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

Return Value

Type: HcmWorker Table
A record in the HcmWorker table.

See Also

Reference

HcmWorker Table