Calculate cycle time for production items in Microsoft Dynamics NAV

12-02-2015

In order to know the cycle time of a product we need to look into the routing which indicates us the various time taken by each process.

To calculate cycle time of a given item we create a following function.











And call the function by executing following line.
GetCycleTime('<Item No.>');