Click or drag to resize

ProductGetProductDistributionChannelOrDefault Method

Gets the product distribution channel, which was valid for the specified date and distribution channel.

Namespace:  Aloe.EnterpriseOne.Model.General.Products
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public ProductDistributionChannel GetProductDistributionChannelOrDefault(
	DistributionChannel channel,
	DateTime forDate
)

Parameters

channel
Type: Aloe.EnterpriseOne.Model.Crm.MarketingDistributionChannel
The channel.
forDate
Type: SystemDateTime
The date for which to search for product distribution channel.

Return Value

Type: ProductDistributionChannel
The product distribution channel matching the conditions.
See Also