Current Location of Serial Number

krasi_varna_77
Member Posts: 34
Hi I want to find where one Serial Number is currently. Some Locations has bin Mandatory. where is information about it. In one table or more than one table
0
Comments
-
Open the Item card=>Go to Item menu button=>Entries=>item Tracking entries.
Filter the lines on Sr. no you want to find and remaining Qty >0.
and check the location.Darshan Mungekar
Senior Consultan0 -
this is fine, but if the serial number has transfer from one Bin in Warehouse to other bin in same warehouse that is no change Item Ledger Entry0
-
From the item ledger entries navigate to the warehouse ledger entries. These can be considered a strange beast and it is the structure of the bins and serial number information that causes issues here, but if you have a look here you can see the serial number and bin on the same line, it is then just understanding this information.The art of teaching is clarity and the art of learning is to listen0
-
I filtred Item ledger entry
SETRANGE("Posting Date",FromDate,StatusDate);
....
IF "Item Ledger Entry"."Serial No." <= ' ' THEN
CurrReport.SKIP;
CalcRemainingQty;
IF RemainingQty = 0 THEN
CurrReport.SKIP;
GetLastLocation;
where I must link to the Warehouse entry0 -
You can't really link it - linking by Document No. and Item No. is not reliable enough and there isn't anything else.
Forget about linking. Simply look at that item ledger entry of the serial no that has remaining quantity. If it's a non-bin warehouse, throw the location code on the report. If it's a bin warehouse, forget the item ledger entry and just throw the last (by entry no.) warehouse entry of the serial no. there.
But I have a general suggestion. Standard Serial or Lot tracking in Navision simply sucks if used with Bins. It's very badly designed. I never used serial tracking, but I used lot tracking a lot (it's almost the same, serial is easier as quantity is always 1), and what I did is I created a new table called Stock By Bin and Lot and which is similar to Bin Contents: it's key is Location, Bin, Item No, Lot no, and has a quantity flowfield for summing up warehouse entries by these four fields. (I could have just extended the standard Bin Contents but it was cleaner this way). When a wareouse entry is posted, in the registering codeunit I create the entry into this table if it does not exist. And that's it. From that on that table is *the* inventory table. It's used for everything, stock reports, picking lists, physical inventory, or just throw on the form and have the users filter it any way they want. Very useful. Should be standard. You should do this, with the only difference of having the serial no. instead of the lot no. It requires a bit of work but saves a lot more future work.0
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
- 320 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