Hi All,
In one of clients who is using NAV 3.6 whenever I am trying to Post a Transfer order of a item, it says the item is not in Inventory. The ledger of the items displays enough balance to make the transfer.
Has anyone came across such error or has the solution of the same, please revert back.
Regards
Diptish
Diptish Naskar
For any queries you can also visit my blog site:
http://msnavarena.blogspot.com/0
Comments
Thanks for the reply. But I have checked the item is present with a +ive balance in that location in the ledger.
For any queries you can also visit my blog site: http://msnavarena.blogspot.com/
If it's receiving, then somebody has adjusted the intransit location.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Hi Rashed,
Means ? Somebody has posted an -ve adjustment from journal using in transit as location. Because even in this case NAV wont throw the error.
Thanks for all the replies, I have check the CU 22 where the error occurs
This set of code is written on the procedure InsertItemLedgEntry(). But I donot have the clue of how to solve this issue. I have searched the forum with the same error but I was not able to find the solution of the same.
For any queries you can also visit my blog site: http://msnavarena.blogspot.com/
Otherwise can you confirm there is no other transfer order/production order/sales order on using the item.
This question has been asked many many times before so I am surprised your search showed nothing.
9 times out of 10 the issue is with the user and the understanding of the availability. 1 in 10 it is a bug in the circumstances and processing, this maybe the case in your version, so I suggest after fully analysing all demand and verifying there is a quantity "available" then you report it back to your partner or Microsoft.
I am also getting the same issue at the same line of code mentioned above while posting the Consumption at Subcontractor Location.
Please, let me know if it is a bug then, is there any MS Bugfix provided for the same?
Or, is there any solution?
Ahmedabad, Gujarat, India
E Mail : ravi.thakkar@hotmail.com
It seems very much like it doesnot find a positive item ledger entry with 'Remaining Quantity' larger than the quantity of the transfer.
So please check if there are enough Item Ledger Entries for this Item / Location with Open = True.
I have checked all the conditioned.
Still having an issue.
Any more suggestion?
Ahmedabad, Gujarat, India
E Mail : ravi.thakkar@hotmail.com
For any additional information, i am willing to answer to you.
Thanks in advice.
Item Leadger Entry which going to be insert having Open= Yes. (Which shold be NO to get the problem solved.)
In which case it will be Closed?
Ahmedabad, Gujarat, India
E Mail : ravi.thakkar@hotmail.com
Are you working with bin codes?
I am getting same error (same function of code unit) but in my case i am doing receive from intransit to warehouse location.
how come intransit is out of inventory if it is shipped to intransit
Changing the reordering policy to Lot-for-lot and running the planning engine again may solve the purpose.