Share via


JmgPieceRateGroup::find Method

Retrieves a JmgPieceRateGroup record from the database, based on a piece rate group ID.

Syntax

client server public static JmgPieceRateGroup find(JmgPieceRateGroupId _groupId, [boolean _forUpdate])

Run On

ClientOrServer

Parameters

  • _forUpdate
    Type: boolean
    true if the returned record must be selected for update; otherwise, false.

Return Value

Type: JmgPieceRateGroup Table
A JmgPieceRateGroup record, which refers to the specified piece rate group ID.

See Also

Reference

JmgPieceRateGroup Table