cancel
Showing results for 
Search instead for 
Did you mean: 

Error trying to add an stock transfer object

davidmartib
Participant
0 Kudos

Hi experts,

I'm getting this error when adding an stocktransfer object on a DIAPI connection:

Error code: -10

Error description: In "To Whse" fields, enter valid values - 99 - 988  [Zpráva 173-62]

Any help will be apprecied.

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Have you checked what value you are passing to Warehouse ? Is the warehouse exists ?

Would be good if you can post the code here ...

Regards

Former Member
0 Kudos

Hi,

If you are converting your template to unicode txt file from csv or xl then ,

in template make whsecode column as "Text" type and enter 01,02 etc

For ex

if your data is like this

itemcode  Desc     Qty      whsecode

xxx           xxx     10          1

then make whsecode as Text in csv or xl and make it as 01 else it read data as number!

Regards