HcmWorkerTaxInfo::findByWorkerStartDate Method
Finds a record in the HcmWorkerTaxInfo table by using the specified Worker and StartDate fields.
Syntax
client server public static HcmWorkerTaxInfo findByWorkerStartDate(
HcmWorkerRecId _worker,
HcmDate _startDate,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _worker
Type: HcmWorkerRecId Extended Data Type
- _startDate
Type: HcmDate Extended Data Type
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: HcmWorkerTaxInfo Table
A record in the HcmWorkerTaxInfo table.