How to sort by Shelf No. in Phys. Inventory List Report
selece28
Member Posts: 316
Hi Nav masters,
My client want me to add shelf no in Phys. Inventory List Report.
I manage to do that, but now they want it to be sorted by the shelf no.
Can we do this?
I have no idea how to do it, could anyone please help me. How to sort if the report dont have Item as the dataitem?
Thanks in advance
My client want me to add shelf no in Phys. Inventory List Report.
I manage to do that, but now they want it to be sorted by the shelf no.
Can we do this?
I have no idea how to do it, could anyone please help me. How to sort if the report dont have Item as the dataitem?
Thanks in advance
______________
Regards,
Steven
Regards,
Steven
0
Comments
-
You need to create a new field in Item Journal Line "shelf no"
OnValidate trigger of "item No." field you need to asign the "shelf no" form item
"Shelf No." := Item."shelf no";
Create a new key in item journal line
Journal Template Name,Journal Batch Name,Shelf No.
Modify the report and change Item Journal Line Dataitem key to the above key.0 -
Note it pays to sort the report the same way as the Phys. Inventory Journal. That way when go to the journal to make changes all you have to do is go right down the list instead of looking around.0
-
What We did was..
On the Item Journal Line (83) We added "Shelf/Bin No." field 50000
We also Added a Key "Shelf/Bin No., Item No" Just in case there were two items listed with the same Shelf No adding the Item part wold keep them seperate.
On The Phys. Inventory Journal form (392) the SourceTableView is:
SORTING(Shelf/Bin No., Item No.) ORDER(Ascending)
We use the Calculate Inventory Report (790)
So Just before the INSERT(TRUE); code of the InsertItemJnlLine We added
If "Shelf/Bin No." = '' THEN
"Shelf/Bin No." := Item."Shelf/Bin No.";
Then on the Physical Inventory Count Report (10151)
We changed The DataItemTableView of the Item Journal Line Dataitem to:
SORTING(Shelf/Bin No., Item No.) ORDER(Ascending)
also.0 -
Wow we have to modify that many objects?
Can we just modify the R722 Phys. Inventory List?
Ow ya, and what is Report 10151? I don't have that.
Ow and one more, is it save to just add new fields in Item Journal Line, I'm afraid i will have an error in the future for other process that use the Item Journal Line table.
Please advice
Thanks in advance______________
Regards,
Steven0 -
You don't have to it all.
you'll need a key thou to sort0
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
