Share via


HRMCompOrgPerf::findByDate Method

Finds a record in the HRMCompOrgPerf table by using the specified Department field and FromDate value.

Syntax

client server public static HRMCompOrgPerf findByDate(
    OMDepartmentRecId _departmentRecId, 
   [FromDate _testDate, 
    boolean _forUpdate])

Run On

Called

Parameters

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

Return Value

Type: HRMCompOrgPerf Table
A record in the HRMCompOrgPerf table.

See Also

Reference

HRMCompOrgPerf Table