RetailGroupMemberLine::createRetailGroupMember Method
Creates a retail member line record, used to make assignment of member lines to another record.
Syntax
client server public static RefRecId createRetailGroupMember(
[EcoResCategoryId _category,
EcoResDistinctProductRecId _product,
EcoResDistinctProductVariantRecId _variant])
Run On
Called
Parameters
- _category
Type: EcoResCategoryId Extended Data Type
The category ID for the member line; optional.
- _product
Type: EcoResDistinctProductRecId Extended Data Type
The product ID for the member line; optional.
- _variant
Type: EcoResDistinctProductVariantRecId Extended Data Type
The variant ID for the member line; optional.
Return Value
Type: RefRecId Extended Data Type
The record ID of the new RetailGroupMemberLine record.