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...
Answered

Warehouse Shipment Post and Print Bug BC25

(1) ShareShare
ReportReport
Posted on by 411
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
    32,144 Super User 2026 Season 1 on at
  • Suggested answer
    YUN ZHU Profile Picture
    98,819 Super User 2026 Season 1 on at
    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
  • Verified answer
    Patnor Profile Picture
    9 on at
    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
    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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,675 Super User 2026 Season 1

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,675 Super User 2026 Season 1

#3
YUN ZHU Profile Picture

YUN ZHU 964 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans