Share via


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

  • _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.

See Also

Reference

JmgPayTable Table