PurchaseOrderLinePurchaseProductPrice Property |
When not null, specifies that the purchase unit price is loaded automatically from the specified purchase price record. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PurchaseProductPrice PurchaseProductPrice { get; set; }
Public Property PurchaseProductPrice As PurchaseProductPrice
Get
Set
public:
property PurchaseProductPrice^ PurchaseProductPrice {
PurchaseProductPrice^ get ();
void set (PurchaseProductPrice^ value);
}
member PurchaseProductPrice : PurchaseProductPrice with get, set
Property Value
Type:
PurchaseProductPrice
See Also