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
Syntaxpublic void CopyReturnValuesFromInvoiceLine(
InvoiceLine invoiceLine
)
Public Sub CopyReturnValuesFromInvoiceLine (
invoiceLine As InvoiceLine
)
public:
void CopyReturnValuesFromInvoiceLine(
InvoiceLine^ invoiceLine
)
member CopyReturnValuesFromInvoiceLine :
invoiceLine : InvoiceLine -> unit
Parameters
- invoiceLine
- Type: Aloe.EnterpriseOne.Model.Crm.InvoicingInvoiceLine
The invoice line.
See Also