RequisitionLineSuggestedSupplier Property |
When the requisitor knows the supplier or has a supplier preference it is denoted in this field. [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 SuggestedSupplier { get; set; }
Public Property SuggestedSupplier As Supplier
Get
Set
public:
property Supplier^ SuggestedSupplier {
Supplier^ get ();
void set (Supplier^ value);
}
member SuggestedSupplier : Supplier with get, set
Property Value
Type:
Supplier
See Also