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
- _groupId
Type: JmgPieceRateGroupId Extended Data Type
The piece rate group ID to search for.
- _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.