JmgFlexGroup::find Method
Retrieves a JmgFlexGroup record with the specified ID from the database.
Syntax
client server public static JmgFlexGroup find(JmgFlexGroupId jmgFlexGroupId, [boolean _forUpdate])
Run On
Called
Parameters
- jmgFlexGroupId
Type: JmgFlexGroupId Extended Data Type
The ID of the flex group
- _forUpdate
Type: boolean
true if the JmgFlexGroup record is selected for update; otherwise, false.
Return Value
Type: JmgFlexGroup Table
A JmgFlexGroup record.