DEL_RetailMixAndMatchLine.createFromTmpInventTable Method
Method creates the record in RetailMixAndMatchLine table looping the records of TmpInventTable. If the record is created successfully then the existing record in TmpInventTable is deleted.
Syntax
public void createFromTmpInventTable(RetailMixAndMatchId _mixAndMatchId, TmpRetailProductsToAdd _tmpInventTable)
Run On
Called
Parameters
- _mixAndMatchId
Type: RetailMixAndMatchId Extended Data Type
Mix and match group.
- _tmpInventTable
Type: TmpRetailProductsToAdd Table
Buffer for the TmpInventTable table.