PayrollPositionWorkerDefaultTaxRgn::existByWorkerPosition Method
Checks whether a record ID exists in the PayrollPositionWorkerDefaultTaxRgn table.
Syntax
client server public static boolean existByWorkerPosition(HcmPositionRecId _position, HcmWorkerRecId _worker)
Run On
Called
Parameters
- _position
Type: HcmPositionRecId Extended Data Type
The value of the Position field to find.
- _worker
Type: HcmWorkerRecId Extended Data Type
The value of the Worker field to find.
Return Value
Type: boolean
true if the record ID exists; otherwise, false.