RetailColorGroupTable::find Method
Finds the specified record in the RetailColorGroupTable table by using the specified parameter value.
Syntax
client server public static RetailColorGroupTable find(RetailColorGroupId _groupId, [boolean _forUpdate])
Run On
Called
Parameters
- _groupId
Type: RetailColorGroupId Extended Data Type
The group ID of the color group record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailColorGroupTable Table
A record in the RetailColorGroupTable table; otherwise, an empty record.