I am using DTW for inventory posting. The inventory is having serial numbers and I want to import along with these serial numbers. There are five files in the template as follows -
1. InventoryPosting.xls
2.InventoryPostingBatchNumbers.xls
3.InventoryPostingLines.xls
4.InventoryPostingLineUoMs.xls
5.InventoryPostingSerialNumbers.xls
The itemcode is ITM0001 and serial numbers are 10001,10002.How do I import this data ?
Add comment