We are implementing an EDI solution. We've stumbled upon a little problem which i cannot decide what the best solution might be. The specifications of all the files i am trying to generate have a fixed length limit of 5 characters for the Line no. field. As we all know Line no in NAV starts from 10000... so obviously i have to do sth about it!
Has anyone faced the same problem? Is there any bullet proof solution to this?
- Do you think its proper to remove autoslit key and create with code the line no?
- Maybe custom new integer field on Tables that will be used?
- Should i block users from inserting between two lines to avoid numbers like 17352 i found on our Db, so as to use only round numbers and devide them on export and multiply on import?
I am using NAV 4 sp3 and creating fixed length txts
Any advice and suggestions will be greatly appreciated!
0