JmgPayAgreementOverride::find Method
Retrieves a JmgPayAgreementOverride record for the specified worker at the specified profile date.
Syntax
client server public static JmgPayAgreementOverride find(
JmgWorkerRecId _worker,
JmgProfileDate _profileDate,
[boolean _update])
Run On
Called
Parameters
- _worker
Type: JmgWorkerRecId Extended Data Type
The ID of the worker for which to retrieve a JmgPayAgreementOverride record.
- _profileDate
Type: JmgProfileDate Extended Data Type
The profile date for which to retrieve a JmgPayAgreementOverride record.
- _update
Type: boolean
A Boolean value that specifies whether the returned record must be selected for update.
Return Value
Type: JmgPayAgreementOverride Table
A JmgPayAgreementOverride record.