Dear All,
I have some problem when doing split line function in the warehouse good handling order by order/inventory put aways, when I reach number 19999 or 29999 or 49999 the following warning is appear, is this a bugs in dynamic navision or my setting is wrong.
Look at the line number 19999 item RM super Rice, when I want split it again to 480 the warning is appear "the warehouse activity line alraady exist".
for information :
location setup of this transaction :
- require put away = Yes
- require pick = Yes
- bin mandatory = Yes
I Have analyze this problem and I found wrong logic in table cause by this code
........
LineSpacing :=
(NewWhseActivLine."Line No." - WhseActivLine."Line No.") DIV 2
.......
you can get that code on Table 5767 Warehouse Activity Line\SplitLine(WhseActivLine).
Look at the following figure, when line number reach 19999, navision system can't add new line number. is this a bugs, is there a hotfix for patching this bugs.
Thanks for your help :)
Regards,
Prima
*This post is locked for comments