Hello,
I am trying to import Goods Receipt from DTW. I select header and lines documents and run the simulation and It fails with the following error:
Cannot add row without complete selection of batch/serial numbers 65171.
This is my files (comma separated csv) looks like:
HEADER
DocNum,Series,Comments
DocNum,Series,Comments
1,60,General Inventary
LINES
ParentKey,LineNum,ItemCode,UnitPrice,Quantity,WarehouseCode,ProjectCode,CostingCode
DocNum,LineNum,ItemCode,PriceBefDi,Quantity,WhsCode,Project,OcrCode
1,0,01093454,10310,0.1,MAR050,0401,MRI
1,1,01093417,11463.78878,0.51,MAR050,0401,MRI
1,2,92425634031,11781.89914,0.52,MAR050,0401,MRI
1,3,56802512,391,1,MAR050,0401,MRI
1,4,60511107,458.3634448,1,MAR050,0401,MRI
1,5,56802012,459.07,1,MAR050,0401,MRI
1,6,56200532,550.4480597,1,MAR050,0401,MRI
1,7,56803019,761.55,1,MAR050,0401,MRI
1,8,57052004,845,1,MAR050,0401,MRI
1,9,56200012,954.180125,1,MAR050,0401,MRI
1,10,56200537,992.9620497,1,MAR050,0401,MRI
1,11,56502550,1055.07306,1,MAR050,0401,MRI
1,12,30101050,1335.245966,1,MAR050,0401,MRI
1,13,30101085,1350.788894,1,MAR050,0401,MRI
1,14,30101019,1899.728367,1,MAR050,0401,MRI
1,15,56504080,2059.526214,1,MAR050,0401,MRI
1,16,56502275,2213.945366,1,MAR050,0401,MRI
1,17,57051004,2925.41,1,MAR050,0401,MRI
(This file has 243 lines actually)
I've read in multiple questions posted here that it is necessary use a third file for Serial or Batch numbers, I don't know if that is correct in my case since I've tested with the same header file and a lines document that contains only three records and it works using DTW.
Why does it work with a few lines?
How do I figure out if it is necessary use BatchNumbers or SerialNumbers files?
Thanks for considering my question.