Click or drag to resize

SalesOrderCopyValuesFromReturnForInvoice Method

Copies the values from return for invoice.

Namespace:  Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public void CopyValuesFromReturnForInvoice(
	Invoice returnForInvoice
)

Parameters

returnForInvoice
Type: Aloe.EnterpriseOne.Model.Crm.InvoicingInvoice
The return for invoice.
See Also