HcmPersonLaborUnion::findByPersonLaborUnionStartDate Method
Finds the specified record in the HcmPersonLaborUnion table.
Syntax
client server public static HcmPersonLaborUnion findByPersonLaborUnionStartDate(
HcmPersonRecId _person,
HcmUnionsRecId _laborUnion,
HcmPersonUnionStartDate _startDate,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _person
Type: HcmPersonRecId Extended Data Type
- _laborUnion
Type: HcmUnionsRecId Extended Data Type
- _startDate
Type: HcmPersonUnionStartDate Extended Data Type
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: HcmPersonLaborUnion Table
A record in the HcmPersonLaborUnion table.