web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested Answer

"Update Unit Cost" Toggle

(8) ShareShare
ReportReport
Posted on by 3,949
Hi:
 
There is an "Update Unit Cost" toggle when changing the Status of a Production Order.
 
Is it possible for the "Update Unit Cost" toggle to default to always being on?

What does this setting do, anyway?
 
Thanks!
 
John
I have the same question (0)
  • Suggested answer
    YUN ZHU Profile Picture
    100,974 Super User 2026 Season 1 on at
    As far as I know, it cannot be done except customization.
    Hopefully other experts can give you better suggestions.
     
    Thanks.
    ZHU
  • Suggested answer
    Suresh Kulla Profile Picture
    50,278 Super User 2026 Season 1 on at
    You can customize an event on the page and subscribe to set it as true by default. The settings update the production order items and recalculate the unit cost.
  • Suggested answer
    Khushbu Rajvi. Profile Picture
    22,424 Super User 2026 Season 1 on at
    You can customize the behavior using an event subscriber or modification in the AL code.
  • Suggested answer
    Jainam M. Kothari Profile Picture
    16,520 Super User 2026 Season 1 on at
    Hello,
     
    "Update Unit Cost" toggle to default to always being on, it appears that this cannot be done through standard settings and would require customization.
  • Gerardo Rentería García Profile Picture
    26,790 Most Valuable Professional on at
    Hi
    You could run it by code and through the protected variable always activate it.
     
    Best
    GR
  • Suggested answer
    Holly Huffman Profile Picture
    6,554 Super User 2026 Season 1 on at
    Hi there! Good morning, evening, or afternoon - depending on where you are :)
    Hope you are well today! 
     
    When the UPDATE UNIT COST is switched on while changing the status of a Production order, it recalculates the unit cost of the finished goods based on actual consumption of materials, resources, and other costs incurred during production. 
     
    • the system updates the unit cost of the produced item to reflect the actual costs (rather than relying on estimated or standard costing)
    • this ensures the inventory value of finished goods is accurate (which is important for financial reporting & cost analysis)
    • this feature is especially important for items using costing methods that are not standard (as those are fixed) 
    Hope this helps some! 
     
     
  • Suggested answer
    Ramesh Kumar Profile Picture
    7,555 Super User 2026 Season 1 on at
    Hi,
     
    You'll need to customize the system and force the user to update the unit cost as part of the production order release—something like triggering the unit cost upon release.
     
    We did the validation of pricing as part of sales order release process in the past.
     
    Thanks
    Ramesh
     
    If this helped you, please check the box Does this answer your question?
  • Suggested answer
    Andri Wianto Profile Picture
    406 on at
    Currently, there is no setup.
  • Suggested answer
    Dhiren Nagar Profile Picture
    2,886 Super User 2026 Season 1 on at
     
    You can subscribe to the below event through AL code and update the value of ReqUpdUnitCost to true.
     
     [IntegrationEvent(true, false)]
        local procedure OnAfterSet(ProdOrder: Record "Production Order"; var PostingDate: Date; var ReqUpdUnitCost: Boolean; var ProductionOrderStatus: Record "Production Order"; var FirmPlannedStatusEditable: Boolean; var ReleasedStatusEditable: Boolean; var FinishedStatusEditable: Boolean)
        begin
        end;
     

    ✅ Tick the checkbox below to mark the answer as verified, if it helped resolve your question.

    Regards,
    Dhiren.
     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,086 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,290 Super User 2026 Season 1

#3
AndrewThomas81 Profile Picture

AndrewThomas81 1,218

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans