The price list, based on which the prices are selected. Initially copied from the definition of the Customer. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Presales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PriceList PriceList { get; set; }
Public Property PriceList As PriceList
Get
Set
public:
property PriceList^ PriceList {
PriceList^ get ();
void set (PriceList^ value);
}
member PriceList : PriceList with get, set
Property Value
Type:
PriceList
See Also