Error while renaming an item

tompynationtompynation Member Posts: 398
For some Items i receive following error message when i try to change the "No." to a new value

For example when i have Item with "No." = 11EPEQCBULKA
I open the Item Card, change the "No." to EEEEEEEE

Then i get the error:

A value in the filter '11EPEQCBULKA' in the Item field in the Return Line table is too long for the field type.

Type: Code10


Anyone knows why this ? This is just for a few items for all others there are no problems with renaming...

The debugger doesnt show me anything when i turn it on active :?:

Answers

  • kapamaroukapamarou Member Posts: 1,152
    In table Return Line there is a field with a relation to Table Item but with size 10. The Item No. is 20. If the relation is correct then you'll need to resize the field from 10 to 20 characters...
  • tompynationtompynation Member Posts: 398
    thanks, that solved the problem... The return line table was a Custom table of me but i made a mistake in the Length of the Item No. field

    Changed it to 20 now goes perfect
Sign In or Register to comment.