RetailAssortmentTable::isProductAssortedTo Method
Checkes whether a product or variant is assorted to the specificed channel on the specified date.
Syntax
client server public static boolean isProductAssortedTo(
RefRecId _productRecId,
RefRecId _channelRecId,
date _date)
Run On
Called
Parameters
- _productRecId
Type: RefRecId Extended Data Type
The recid of the product.
- _channelRecId
Type: RefRecId Extended Data Type
The recid of the channel.
- _date
Type: date
The date.
Return Value
Type: boolean
The result.