How to force $0.00 Direct Unit Cost on Purchase Line
knm
Member Posts: 170
I'm currently trying to find out a solution how I can force the Direct Unit Cost on the Purchase Line to be always $0.00, so that values from "Last Direct Cost" or "Purchase Price" will not be pased.
I originally thought that setting the Pruchase Price to $0.00 for certain Vendor and Item combination would always set the "Direct Unit Cost" to $0.00, but it turned out that if the Purchase Price is set to $0.00, then instead NAV uses the "Last Direct Cost".
Please let me know if you have any good idea on how to achieve this goal.
Thank you.
Kenji
I originally thought that setting the Pruchase Price to $0.00 for certain Vendor and Item combination would always set the "Direct Unit Cost" to $0.00, but it turned out that if the Purchase Price is set to $0.00, then instead NAV uses the "Last Direct Cost".
Please let me know if you have any good idea on how to achieve this goal.
Thank you.
Kenji
0
Answers
-
you can add a line of code to COD7010 (NAV60R2)
CalcBestDirectUnitCost(VAR PurchPrice : Record "Purchase Price") BEGIN ... BestPurchPrice."Direct Unit Cost" := 0; // add this line PurchPrice := BestPurchPrice; END;
Stan Pesotskiy
Senior SDE - Dynamics Nav Application - Microsoft
This posting is provided "AS IS" with no warranties, and confers no rights.0 -
Great!
I think this will work out perfectly!
I needed this because when creating Purchase Order, every order's Direct Unit Cost will fluctuate.
Thank you.0
Categories
- All Categories
- 73 General
- 73 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
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 333 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 991 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