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

  • _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.

See Also

Reference

RetailGroupMemberLine Table