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