Hi Everybody!
I Modified the process of Transfer Order but when I try to post This order i see the following message:
Bin Code must have a value in Item Journal Line: Journal Template Name=, Journal Batch Name=, Line No.=0. It cannot be zero or empty.
Do you have some ideas for this problem?
Thanks
0
Comments
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
In NAV 2009 R2, on codeunit 5704 "Transfer Order Post Shipment" The Bin Code is populated from The Standard Version.
ItemJnlLine."Bin Code" := TransLine."Transfer-from Bin Code";
The bin code is assigned to item journal Line from Transfer Line only..
But why is it showing Line No = 0 in Error?
Are there any lines?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Andwian
Also, i guess andwian is right, but you can test it easily by posting from classic client with the debugger turned on: this is a testfield error message, and this testfield is probably conditioned to the field mentioned by andwian.
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog