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

Community site session details

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

Warehouse Shipment Post and Print Bug BC25

(1) ShareShare
ReportReport
Posted on by 373
We came across an issue with the base application code for version 25.0.23364.26558
Is there a way for us to check if it has already been reported and if a fix is being worked on?
 
From the warehouse shipment, if you do a post and print, the shipment report is ran for every Posted Sales Shipments instead of the one that was just created from the posting process.
The new record is being marked in Codeunit Sales Whse. Post Shipment (5746) but the record set is never filtered to print markedonly
I have the same question (0)
  • Suggested answer
    Valentin Castravet Profile Picture
    29,977 Super User 2025 Season 2 on at
    Warehouse Shipment Post and Print Bug BC25
  • Suggested answer
    YUN ZHU Profile Picture
    93,222 Super User 2025 Season 2 on at
    Warehouse Shipment Post and Print Bug BC25
    Hi, I just tested it briefly and it has not been resolved at least in Version: W1 25.1 (Platform 25.0.26612.0 + Application 25.1.25873.25976).
     
    Thanks.
    ZHU
  • PH van der Meulen Profile Picture
    4 on at
    Warehouse Shipment Post and Print Bug BC25
  • Verified answer
    Patnor Profile Picture
    7 on at
    Warehouse Shipment Post and Print Bug BC25
    We got a response from Microsoft on a support ticket on this. A hotfix is being rolled out to all environments. The build where the fix will be deployed is 26712 for 25.0 and 26708 or higher for 25.1. The complete deployment can take up to two weeks to be completed for all tenants.
     
     
  • FB-05120953-0 Profile Picture
    2 on at
    Warehouse Shipment Post and Print Bug BC25
    hello,
    This is the hotfix i use in order to resolve this issue :
     
     
       [EventSubscriber(ObjectType::table, database::"Sales Shipment Header", OnBeforePrintRecords, '', false, false)]
        local procedure OnBeforePrintRecords(var SalesShipmentHeader: Record "Sales Shipment Header"; ShowDialog: Boolean; var IsHandled: Boolean)
        var
        begin
            if SalesShipmentHeader.count > 10 then
    begin
                SalesShipmentHeader.MarkedOnly(true);
            end;
        end;

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

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

#1
Rishabh Kanaskar Profile Picture

Rishabh Kanaskar 2,828

#2
Sumit Singh Profile Picture

Sumit Singh 2,617

#3
YUN ZHU Profile Picture

YUN ZHU 1,861 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans