JmgPayTable::find Method
Finds a JmgPayTable record that has the specified pay cost type.
Syntax
client server public static JmgPayTable find(JmgPayCostType payCostType, [boolean _forUpdate])
Run On
Called
Parameters
- payCostType
Type: JmgPayCostType Extended Data Type
The pay cost type to search for.
- _forUpdate
Type: boolean
A Boolean value that specifies whether the returned record must be selected for update.
Return Value
Type: JmgPayTable Table
A JmgPayTable record, which refers to the specified pay cost type.