PromotionalPackageValidForDistributionChannel Property |
When not null, the package is valid only for the specified distribution channel of the sales order. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DistributionChannel ValidForDistributionChannel { get; set; }
Public Property ValidForDistributionChannel As DistributionChannel
Get
Set
public:
property DistributionChannel^ ValidForDistributionChannel {
DistributionChannel^ get ();
void set (DistributionChannel^ value);
}
member ValidForDistributionChannel : DistributionChannel with get, set
Property Value
Type:
DistributionChannel
See Also