RetailPackageLines.createFromTmpInventTable Method
Inserts a record into the RetailPackageLines table from the temporary item table.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
public void createFromTmpInventTable(
RetailPackageId _packageId,
TmpRetailProductsToAdd _tmpInventTable,
[RetailCreateLinesFromProductsToAdd _productsToAdd])
Microsoft Dynamics AX 2012 R2 (SYS)
public void createFromTmpInventTable(
RetailPackageId _packageId,
TmpRetailProductsToAdd _tmpInventTable,
[RetailCreateLinesFromProductsToAdd _productsToAdd])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void createFromTmpInventTable(RetailPackageId _packageId, TmpRetailProductsToAdd _tmpInventTable)
Run On
Called
Parameters
- _packageId
Type: RetailPackageId Extended Data Type
The ID number of the package.
- _tmpInventTable
Type: TmpRetailProductsToAdd Table
An instance of the TmpInventTable table.
- _productsToAdd
Type: RetailCreateLinesFromProductsToAdd Class