Report 795 Adjust Cost - Item Entries
awarn
Member Posts: 261
Hi all,
Regarding version 3.7
This report itself is relitively simple in that it basically just calls a codeunit (5895 - Inventory Adjustment), and the code is all in there.
I want to be able to filter by item #, so I will have to change the codeunit. My thought though is that if the code could easily be changed to work like this that the report would have been designed that way in the first place.
Does anyone see anything wrong with using a parameter to filter down the code within the report? I will willingly say I am not sure what the code is doing, accounting wise, because I haven't looked into it yet.
-a
Regarding version 3.7
This report itself is relitively simple in that it basically just calls a codeunit (5895 - Inventory Adjustment), and the code is all in there.
I want to be able to filter by item #, so I will have to change the codeunit. My thought though is that if the code could easily be changed to work like this that the report would have been designed that way in the first place.
Does anyone see anything wrong with using a parameter to filter down the code within the report? I will willingly say I am not sure what the code is doing, accounting wise, because I haven't looked into it yet.
-a
0
Comments
-
We've done it for one of our client who hadn't ran adjust cost for several years and had a 20 gig db. As you know, when you run the routine it locks everything.
So we modified the codeunit to run adjust cost with item filters. You have to put the code in right place, but it works.0 -
Maybe the first thing you should do , is add variabel in the report to hold your item no.
then you create function in the codeunit so you can pass that variable in the codeunit
before the report call the codeunit, pass the variable first.0 -
Hi Frutta,
how is weather there ? it's nice to see your return


I am very surprised...
rgds,
Johnsonsubscribe to:
sea-navision-community-subscribe@yahoogroups.com
detail in:
http://sea-navision-community.blogspot.com0
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
