RetailSpecialCategoryMember::findByMemberLine Method

Finds a record in the RetailSpecialCategoryMember table, based on the category ID, product ID, and variant ID passed as parameters.

Syntax

client server public static RetailSpecialCategoryMember findByMemberLine(
    EcoResCategoryId _specialCategoryId, 
   [EcoResCategoryId _memberLineCategoryId, 
    EcoResDistinctProductRecId _memberLineProductId, 
    EcoResDistinctProductVariantRecId _memberLineVariant, 
    boolean _selectForUpdate])

Run On

Called

Parameters

  • _selectForUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for the update; optional.

Return Value

Type: RetailSpecialCategoryMember Table
A record in the RetailSpecialCategoryMember table.

See Also

Reference

RetailSpecialCategoryMember Table