HRMCompPerfAllocation::findPerfPlanOrgByDate Method

Finds the specified record in the HRMCompPerfAllocation table by date.

Syntax

client server public static HRMCompPerfAllocation findPerfPlanOrgByDate(
    HRMCompPerfPlanId _hrmCompPerfPlanId, 
    FromDate _checkDate, 
   [OMDepartmentRecId _departmentRecId, 
    boolean _forUpdate])

Run On

Called

Parameters

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

Return Value

Type: HRMCompPerfAllocation Table
A record in the HRMCompPerfAllocation table; otherwise, an empty record.

See Also

Reference

HRMCompPerfAllocation Table