SalesOrderCustomerPurchaseOrderNo Property |
Reference number of the customer's purchase order. [Filter(eq;like)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string CustomerPurchaseOrderNo { get; set; }
Public Property CustomerPurchaseOrderNo As String
Get
Set
public:
property String^ CustomerPurchaseOrderNo {
String^ get ();
void set (String^ value);
}
member CustomerPurchaseOrderNo : string with get, set
Property Value
Type:
String
See Also