hi Guys,
I ve a problem that i can't find the solution yet :
when i calculate Adjust Cost - Item Entries, there is an error 'You must specify Bin Code in Item Journal Line Journal Template Name=",Journal Batch Name=",Line No.='0'
This error appears after i change the Production Order Status, from Released to Finished
We use Bin code but we don't use Warehouse Management
Anybody can help me ?
Thanks a lot
Insanni
insanni
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
This is a bug in 4.0. was fixed in sp1. in the mean time, we had to change the following line CU 21. We added quantity <> 0.
IF ("Item Charge No." = '') AND
("Value Entry Type" = "Value Entry Type"::"Direct Cost") AND
(Quantity <> 0) AND // add the following line
NOT Adjustment
THEN BEGIN
GetLocation("Location Code");
IF Location."Bin Mandatory" AND
NOT Location."Directed Put-away and Pick" AND
NOT "Drop Shipment"
THEN BEGIN
IF ("Entry Type" <> "Entry Type"::Output) OR
ItemJnlLine.LastOutputOperation(ItemJnlLine)
THEN
TESTFIELD("Bin Code");
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
insanni