SalesOrderReturnForInvoice Property |
When specified indicates that some of the goods sold in the sales orders invoiced with Return_For_Invoice_Id are returned with the current document. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Invoice ReturnForInvoice { get; set; }
Public Property ReturnForInvoice As Invoice
Get
Set
public:
property Invoice^ ReturnForInvoice {
Invoice^ get ();
void set (Invoice^ value);
}
member ReturnForInvoice : Invoice with get, set
Property Value
Type:
Invoice
See Also