ReceivingOrderPurchasePriceList Property |
The price list, which, when non-null, is used to automatically load unit prices of the products, when entering the invoice manually. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PurchasePriceList PurchasePriceList { get; set; }
Public Property PurchasePriceList As PurchasePriceList
Get
Set
public:
property PurchasePriceList^ PurchasePriceList {
PurchasePriceList^ get ();
void set (PurchasePriceList^ value);
}
member PurchasePriceList : PurchasePriceList with get, set
Property Value
Type:
PurchasePriceList
See Also