Simple Production with Generic Backflush Routing
You can run production in Microsoft Dynamics NAV with only production BOMs and without any routings. A reason for this is typically that you don’t have a requirement to capture capacity costs (labor...
View ArticleDefault Dimension Priorities for Production Order Components
In one of my earlier blog posts, Dimensions on Production Orders, I described how the dimensions on the production orders in Microsoft Dynamics NAV gets populated and posted. In that blog post I...
View ArticleCustom Progress Bar in Dynamics NAV 2013 R2
Here is an example of how you can create a customized progress bar in Microsoft Dynamics NAV 2013 R2. It uses the System.Drawing.Graphics .net method to draw a progress bar and display it to the user...
View ArticleBOM Cost Share Distribution Report
One of the new reports in Microsoft Dynamics NAV 2013 is the BOM Cost Share Distribution Report that came with the assembly functionality. It is a great looking report, and what makes it even better is...
View ArticleProduction Order Posting to General Ledger
How Microsoft Dynamics NAV posts into the general ledger from production orders is something that you must know when implementing it in a manufacturing environment. It is critical in order to get the...
View ArticleCustom Business Chart Add-In Example for NAV 2013 R2
Here is an example of how to create a custom chart in Microsoft Dynamics NAV 2013 R2 using the business chart control add-in that is provided by the Microsoft.Dynamics.Nav.Client.BusinessChart.dll...
View ArticleThe Low-Level Code
Do you know what the low-level code in Microsoft Dynamics NAV is used for? And do you know how it is maintained? The low-level codes are critical for Dynamics NAV to function properly in a...
View ArticleProduction Lead Time using Routings
The production lead time if you are using routings in Microsoft Dynamics NAV is the sum of the lead times for the operations that each can have 5 different time components; queue time, setup time, run...
View ArticleShop Floor Terminal Role Center
For those of you that are reading my blog posts you probably know that I have been working on a Shop Floor Terminal role center for Microsoft Dynamics NAV (mostly for my own training, kind of how I...
View ArticleScrap in Production
Microsoft Dynamics NAV has multiple ways in which you can handle scrap in the production. There are scrap related to an operation in the routing, there are scrap related to individual components and...
View ArticleAssembly or Manufacturing?
With Dynamics NAV 2013 came the assembly management. It is a great addition to the functionality in Dynamics NAV and gives companies with basic assembly operations a simpler option compared to using...
View ArticleTotal Cost Allocation for Multiple Outputs
To allocate the total costs posted against a production order towards multiple outputs is a bit tricky in standard Microsoft Dynamics NAV, you more or less have to manually separate the different costs...
View ArticleSubcontracting Part 1: The Basics
This is the first part of a series of blog posts about the subcontracting functionality in Microsoft Dynamics NAV. It describes how to setup and use the basic functionality, which is something that is...
View ArticleSubcontracting Part 2: Shipping Components to Subcontractors
This describes how to ship components to a subcontractor as part of a subcontracting process in Microsoft Dynamics NAV. It is a frequently asked question, so I thought it deserved its own blog post. As...
View ArticleSubcontracting Part 3: Transport Charges
This is the third post in a series of subcontracting blog posts, and it starting to get a bit tricky. The topic is how to handle transport charges for subcontracting operations. In other words if you...
View ArticleSubcontracting Part 4: Warehouse Receipts
This is the fourth post related to subcontracting in Dynamics NAV. The topic is how to use warehouse receipts together with subcontracting purchase orders (previous parts are here: Part 1, Part 2, Part...
View ArticleSubcontracting Part 5: Perform Subcontracting
This is the fifth post on my blog related to subcontracting in Microsoft Dynamics NAV. It describes how you can setup and use Dynamics NAV when you are performing subcontracting on behalf of a customer...
View ArticleGuide to Successful MRP Implementation
Implementing MRP (material requirements planning) successfully in Microsoft Dynamics NAV is one of the more complex tasks. There are lots of moving parts and to make it work in an efficient way you not...
View ArticleWork Centers vs. Machine Centers
A topic that is discussed on all manufacturing implementations is Work Centers vs. Machine Centers. Questions like ‘should we be using machine centers?’ and ‘what are the differences?’ are always...
View ArticleMaintenance Production Orders
A way to handle maintenance on machines in Microsoft Dynamics NAV is to create production orders with operations that represent the maintenance. The beauty of this is that you can then include the...
View ArticleAlternative Production BOMs and Routings
Using alternative production BOMs or routings is quite common in a manufacturing environment. It could for example be that larger orders are run in higher capacity machines, versions of products are...
View ArticlePosting of Actual and Expected Production Time
When implementing Microsoft Dynamics NAV in a manufacturing environment this question is always discussed; should the time posted against production orders be according to the expected values (e.g. the...
View ArticleSchedule MRP
If you have a relative large number of items to plan it could take a while to run the MRP calculations in Microsoft Dynamics NAV, an hour to do a full calculation is not uncommon, especially if you...
View ArticleParallel Routings
My last post about adding a field to the item tracking lines turned out to be very technical, so this time I am doing a post that is completely without any programming or changes to the application....
View ArticleReturn Merchandise Authorization (RMA)
This blog post is about the return merchandise (or material) authorization process in Microsoft Dynamics NAV, this is another topic that is more or less always discussed during Dynamics NAV...
View ArticleReversing Production Output and Consumption
Production orders in Dynamics NAV allows you to consume both less and more than what’s defined on the components and to output both less and more than what’s defined on the operations in the routing....
View ArticleProduction Lot Sizes
In the manufacturing part of Microsoft Dynamics NAV there are two Lot Size fields; one is on the item or stockkeeping unit card and the other one is on the routing line. Do you know what they are used...
View ArticleFlushing Methods
An old but still relevant topic is the different flushing methods you can use in Dynamics NAV. Flushing basically means that you can have NAV to automatically post consumption and/or output/time based...
View ArticleNumber Series for Production Orders
In the demo company from Microsoft (also known as Cronus) the Manufacturing Setup has been configured to use different number series for the different production order statuses. Configuring it this way...
View ArticleAdditional Outputs on Production Orders
Having additional outputs on production orders (sometimes refereed to as by-products or reclaimed material) is a common requirement. It could be scrap that should go back into inventory for further...
View ArticleAccept Action Message in Planning Worksheet
The MPS/MRP suggestions in the Planning Worksheet has an ‘Accept Action Message’ field that determines if the suggestion should be accepted or not. The value of this field is by default set to TRUE if...
View ArticleDimensions on Production Orders
The dimensions involved in posting production orders are a bit interesting. It is interesting since there is a slight difference between on how they behave compared to other parts of Microsoft Dynamics...
View ArticleShop Floor Barcode System
In 2005 I developed a simple barcode system that allowed you to put barcodes on printouts for displaying the documents in Microsoft Dynamics NAV. Initially the system was called ‘Document Lookup’...
View ArticleCreate Production Order from Sales Order for Partial Quantity
Most of us know that you can create production orders from sales orders in Microsoft Dynamics NAV. When doing this the production orders are reserved against the sales order lines and they also...
View Article