Hello,
Issue
I'm trying to update many itens on my database and the DTW give me the following error:
"Invalida valid value 'S' in Enum 'BoYesNoEnum', the valid values are 'N', 'Y', invalid valid value 'S' in 'BoYesNoEnum', the valid values are 'N, 'Y'65171
Table
ParentKey | LineNum | Currency | PriceList |
ItemCode | LineNum | Currency | PriceList |
06-29-01 | 7 | R$ | 8 |
06-65-27 | 7 | R$ | 8 |
06-29-02 | 7 | R$ | 8 |
06-29-03 | 7 | R$ | 8 |
06-29-04 | 7 | R$ | 8 |
06-65-21 | 7 | R$ | 8 |
06-65-22 | 7 | R$ | 8 |
06-65-23 | 7 | R$ | 8 |
06-65-24 | 7 | R$ | 8 |
06-65-25 | 7 | R$ | 8 |
Infos
SAP Business One 9.0 PL 5
Attempts
I've already tried: without PriceList and LineNum 0, no PriceList and LineNum 7, only PriceList with 8 on the cell, LineNum and PriceList on the template as: 7 for LineNum (PriceList -1) and 8 for PriceList, and finally LineNum 0 and PriceList 8.
It's not the archive file, I've already tried: csv comma delimited, csv semicolon delimited, txt tab delimited.
Can someone help me?
Thank you,
Best regards.