ProductSupplyBuyerName Property |
The code or name of the person, who is in charge for purchasing the product from external suppliers. It is used to group different products on purchase demand report. null when Procurement_Type is not buy.
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string BuyerName { get; set; }
Public Property BuyerName As String
Get
Set
public:
property String^ BuyerName {
String^ get ();
void set (String^ value);
}
member BuyerName : string with get, set
Property Value
Type:
String
See Also