JmgPayRate::find Method
Finds a JmgPayRate record in the database, based on pay cost type and date.
Syntax
client server public static JmgPayRate find(
JmgPayCostType _payCostType,
JmgDate _date,
[boolean _forUpdate])
Run On
Called
Parameters
- _payCostType
Type: JmgPayCostType Extended Data Type
The pay cost type to search for
- _date
Type: JmgDate Extended Data Type
The date to search for.
- _forUpdate
Type: boolean
A Boolean value that specifies whether the returned record must be selected for update.
Return Value
Type: JmgPayRate Table
A JmgPayRate record.
Remarks
The returned JmgPayRate.