Click or drag to resize

SalesOrderLineCopyReturnValuesFromInvoiceLine Method

Copies the values of properties when creating a return line from an invoice line.

Namespace:  Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public void CopyReturnValuesFromInvoiceLine(
	InvoiceLine invoiceLine
)

Parameters

invoiceLine
Type: Aloe.EnterpriseOne.Model.Crm.InvoicingInvoiceLine
The invoice line.
See Also