Error in 'Adjust Cost - Item entries' with Bin Code
insanni
Member Posts: 52
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
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
-
There is some entry without BIN code which you want to adjust. You need to check the system, (turn on debugger and do the process which leads to the error) - you will see where the problem is and you can look into stack from where is what called... in this way you can check from where the BIN code in the journal is filled and with which entry you are working...0
-
Hello insanni
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");0 -
Ah, yes, I can remember now... sorry, I forget this bug... :?0
-
thanks mate, it works...!
insanniinsanni0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 323 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions

