RetailAssortmentProductLine::copyProductLines Method
Creates a copy of the product lines from a source assortment to a specified target assortment.
Syntax
server public static void copyProductLines(
RetailAssortmentRefRecId _sourceAssortmentId,
RetailAssortmentStatusType _sourceAssortmentStatus,
RetailAssortmentRefRecId _targetAssortmentId,
RetailAssortmentStatusType _targetAssortmentStatus)
Run On
Server
Parameters
- _sourceAssortmentId
Type: RetailAssortmentRefRecId Extended Data Type
The RecId value of the source assortment.
- _sourceAssortmentStatus
Type: RetailAssortmentStatusType Enumeration
The status of the source assortment.
- _targetAssortmentId
Type: RetailAssortmentRefRecId Extended Data Type
The RecId value of the target assortment.
- _targetAssortmentStatus
Type: RetailAssortmentStatusType Enumeration
The status of the target assortment.