BonusProgramConditionPriceList Property |
When not null, specifies that the bonus should be applied only when the sales order is based on the speicfied price list. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Marketing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PriceList ConditionPriceList { get; set; }
Public Property ConditionPriceList As PriceList
Get
Set
public:
property PriceList^ ConditionPriceList {
PriceList^ get ();
void set (PriceList^ value);
}
member ConditionPriceList : PriceList with get, set
Property Value
Type:
PriceList
See Also