PurchaseProductPriceSupplier Property |
When not null, specifies that the price is valid only for the specified supplier. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Supplier Supplier { get; set; }
Public Property Supplier As Supplier
Get
Set
public:
property Supplier^ Supplier {
Supplier^ get ();
void set (Supplier^ value);
}
member Supplier : Supplier with get, set
Property Value
Type:
Supplier
See Also