SalesLine::createSalesLine Method
Creates sales lines from passed in temporary table.
Syntax
server public static TmpFrmVirtual createSalesLine(
SalesTable _salesTable,
TmpFrmVirtual _tmpFrmVirtual,
ModuleInventPurchSales _moduleInventPurchSales)
Run On
Server
Parameters
- _salesTable
Type: SalesTable Table
The sales order record to add the sales lines to.
- _tmpFrmVirtual
Type: TmpFrmVirtual Table
The temporary table containing the sales line information to add.
- _moduleInventPurchSales
Type: ModuleInventPurchSales Enumeration
The unit of the quantity in the temporary table.
Return Value
Type: TmpFrmVirtual Table
The updated temporary table.