Hello,
Thank you for posting on the Microsoft Dynamics NAV Forum.
There is no way to directly control whether Adjust Cost Item Entries runs. With that stated, there are key Boolean flags in the Costing related Tables to manage whether an Item is adjusted. However, these are managed in the code and not directly manipulated by a user.
For example:
1) Table 32 - Item Ledger Entries - Applied Entry to Adjust flag is set on Inbound (Positive = True) Entries to indicate that Applied Outbound Entries have been posted and applied to the entry and need to be adjusted.
2) Table 339 - Outbound is Updated flag is set to TRUE when applied Outbound Entries (Negative Quantity transaction) have been updated and adjusted.
3) Table 5804 - Cost is Adjusted is managed for the Item/Location/Inbound entry period that was added. If cost is Adjusted for a period, the system can bypass that period for adjustment. The Table 5804 Cost is Adjusted flag controls whether the Item Card shows Cost is Adjusted = TRUE or FALSE. If all Table 5804 Records for an Item show Cost is Adjusted = TRUE, then the Item Card will show Cost is Adjust = TRUE and Adjust Cost Item Entries will not run against the Item.
4) Table 5896 - Cost is Adjusted flag for Production and Assembly Orders. By completing Adjust Cost Item Entries against Finished Production Orders, the system can fully update a Production Order cost rollup and set the flag to Cost is Adjusted to TRUE so that the Production Order no longer needs to updated and can be bypassed.
All of these added Boolean flags and identifiers in the data help reduce the Adjust Cost Item Entries processing time.
The detailed design features for costing are covered beginning at the following link: https://docs.microsoft.com/en-us/dynamics-nav-app/design-details-inventory-costing
It is definitely a challenge that the Items are being driven negative in quantity for such a long duration of possibly 6 months at a time. Without Inbound Quantity to base a cost calculation, the system does not have correct data to base the cost. The delays in actually completing a physical quantity update to twice per year limits the effectiveness of the cost adjustment. The system cannot adjust cost correctly without having Inbound Quantity to apply the Outbound Quantity and calculate a correct cost. The Adjust Cost Item Entries is only effective when Quantity is 0 or greater. Once Inbound Quantity is processed to provide the application of open Outbound, the Adjust Cost Item Entries will correct the cost. However, until that is completed, the Adjust Cost Item Entries cannot function as designed.
Has the company considered using Standard Costing Method? Then, you have a predefined cost for the period without having inventory. To use FIFO or any actual cost for Costing Method cannot be effective when inventory quantity is driven negative and remains negative for such a long duration.
Thank you.
Best Regards,
Tom