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
- _departmentRecId
Type: OMDepartmentRecId Extended Data Type
The value of the Department field of the record to find.
- _testDate
Type: FromDate Extended Data Type
The FromDate value; optional.
- _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.