HcmJobTaskAssignment::findByJobJobTask Method

Finds a record in the HcmJobTaskAssignment table by using the specified Job and JobTask fields.

Syntax

client server public static HcmJobTaskAssignment findByJobJobTask(
    HcmJobRecId _job, 
    HcmJobTaskRecId _jobTask, 
   [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: HcmJobTaskAssignment Table
A record in the HcmJobTaskAssignment table.

See Also

Reference

HcmJobTaskAssignment Table