SalesOrderLineReturnForInvoiceLine Property |
When specified, indicates that the current line is a return for products, invoiced with the specified invoice line. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic InvoiceLine ReturnForInvoiceLine { get; set; }
Public Property ReturnForInvoiceLine As InvoiceLine
Get
Set
public:
property InvoiceLine^ ReturnForInvoiceLine {
InvoiceLine^ get ();
void set (InvoiceLine^ value);
}
member ReturnForInvoiceLine : InvoiceLine with get, set
Property Value
Type:
InvoiceLine
See Also