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