Qty - to receive should be blank.
lally
Member Posts: 323
Hi experts,
Iam working on Nav 4.0 sp3.
I created a purchase order for 50 Items and send it to supplier.
after 3 days i received the 8 Items Only.
what my problem is i need to change the Qty to receive filed manully for all items.
this is big job.
i need this field always shoul be balnk.
please let me know where we have to write the code .
2. If post the purchase order with the 8 items then system will create the purchase receipt document with 50 items( which iterm qty is zero)
In purchae receipt it should update thewhen the qty is not zero .
how it is possible.
Please let meknow .
if possible share the coding also.
Iam working on Nav 4.0 sp3.
I created a purchase order for 50 Items and send it to supplier.
after 3 days i received the 8 Items Only.
what my problem is i need to change the Qty to receive filed manully for all items.
this is big job.
i need this field always shoul be balnk.
please let me know where we have to write the code .
2. If post the purchase order with the 8 items then system will create the purchase receipt document with 50 items( which iterm qty is zero)
In purchae receipt it should update thewhen the qty is not zero .
how it is possible.
Please let meknow .
if possible share the coding also.
lally
0
Comments
-
In NAV 5.0 (SP1) and NAV 2009 it is possible to achieve this behavior via Purchases & Payables Setup:
So one way could be to implement this enhancement into version 4.0 (SP3), too.
(Another way could be, of course, to make an update - whatever way you choose, you should implement the change as close as possible to the existing "standard" solution in the highest available version NAV 2009, in order to reduce troubles in case of future updates)
In order to implement the feature manually, you may first analyse the higher version objects for the occurence of the field
"Default Qty. to Ship/Rcv.", for example with the free tool NAVObjectViewer 5.1, which you can download here:
http://www.mibuso.com/dlinfo.asp?FileID=1094
In the following picture the results for NAV 2009 objects are shown:
Basically there are two objects, which have to be modified:
The function SetDefaultQuantity in Table 39 has to be implemented together with a change in Codeunit 90:
The new (in NAV 5.0) function SetDefaultQuantity itself is called one time from Table 39 and one time from codeunit 90.
(you may search again for SetDefaultQuantity with the NAVObjectViewer, e. g.)
Hope this helps.New kits on the blog: https://massivedynamicsblog.wordpress.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
- 250 Dynamics CRM
- 102 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
