JmgPayStatGroup::find Method
Retrieves a JmgPayStatGroup record from the database, based on the specified group ID.
Syntax
client server public static JmgPayStatGroup find(JmgPayStatGroupId groupId, [boolean update])
Run On
Called
Parameters
- groupId
Type: JmgPayStatGroupId Extended Data Type
The group ID to search for.
- update
Type: boolean
A Boolean value that specifies whether the returned record must be selected for update.
Return Value
Type: JmgPayStatGroup Table
A JmgPayStatGroup record.