RetailGroupMemberLine::findByProduct Method
Finds the specified record in the RetailGroupMemeberLine table.
Syntax
client server public static RetailGroupMemberLine findByProduct(EcoResProductRecId _productId, [boolean _selectForUpdate])
Run On
Called
Parameters
- _productId
Type: EcoResProductRecId Extended Data Type
The product of the retail group member line record to find.
- _selectForUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailGroupMemberLine Table
A record in the RetailGroupMemeberLine table; otherwise, an empty record.