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
- _specialCategoryId
Type: EcoResCategoryId Extended Data Type
The value for a special category ID.
- _memberLineCategoryId
Type: EcoResCategoryId Extended Data Type
The value for the member line category ID.
- _memberLineProductId
Type: EcoResDistinctProductRecId Extended Data Type
The value for the product ID.
- _memberLineVariant
Type: EcoResDistinctProductVariantRecId Extended Data Type
The value for the variant ID.
- _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.