Inventory report grouped by item and batch. (XMLPort)
delaghetto
Member Posts: 89
Hi, is there any standard NAV report that shows inventory for item and Lot?
If not, what would be the most direct way of getting a list of items and lots??
For example:
Item Lot
1001 A
1001 B
1001 C
1002 D
1002 E
...
Whats most important is that the same Item - Lot is not repeated.
If not, what would be the most direct way of getting a list of items and lots??
For example:
Item Lot
1001 A
1001 B
1001 C
1002 D
1002 E
...
Whats most important is that the same Item - Lot is not repeated.
0
Comments
-
Hi,
Not Sure about standard, but you can easily get the information by creating a report which is grouped on Item No and Lot No from Item Ledger Entries.
Hope it clears the doubt.
Thanks & Regards,
Saurav Dhyani
Do you Know this About NAV?
Connect - Twitter | Facebook | Google + | YouTube
Follow - Blog | Facebook Page | Google + Page0 -
Thanks for the answer, Indeed, from report designer I could group by item no. and lot no.
Sorry I did not explain the final objective for this question. What Im actually trying to do is an XMLport where I print the stock for each item/lot. So it would be something like this:
<line1>
<ItemNo>1001</ItemNo>
<LotNo>A</LotNo>
<Qty>20</Qty>
<line1>
<line2>
<ItemNo>1001</ItemNo>
<LotNo>B</LotNo>
<Qty>30</Qty>
<line2>
I don't know hoy to "group by" in a XMLport. If I use Item Ledger entry, I'm going to have repeated lines for a same Item/Lot0 -
You can write a NAV query and have it group on item, location, and lot.David Machanick
http://mibuso.com/blogs/davidmachanick/0 -
davmac1 wrote:You can write a NAV query and have it group on item, location, and lot.
Can we use query in XMLPorts?0 -
You can use the integer table, then have all the fields come the query with the addition of some code to run and read the query.
Should work the same way as a report based on a query.David Machanick
http://mibuso.com/blogs/davidmachanick/0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
