JmgPayAgreementTable::find Method
Retrieves the specified pay agreement from the database.
Syntax
client server public static JmgPayAgreementTable find(JmgPayAgreement jmgPayAgreement, [boolean _update])
Run On
Called
Parameters
- jmgPayAgreement
Type: JmgPayAgreement Extended Data Type
The ID of the pay agreement to search for.
- _update
Type: boolean
true if the returned record must be selected for update; otherwise, false.
Return Value
Type: JmgPayAgreementTable Table
A JmgPayAgreementTable record for the specified pay agreement.