Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

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

After selecting multiple sales order how to show them in request page of report

(0) ShareShare
ReportReport
Posted on by 45

After selection multiple sales order from sales order, i want to see that selected order number get display in request page filter of report and then data get displayed for those order numbers, for that what should i do?

  • Suggested answer
    YUN ZHU Profile Picture
    78,733 Super User 2025 Season 1 on at
    RE: After selecting multiple sales order how to show them in request page of report

    Hi, I think there is a reason for Microsoft not to do this, because for customers, different Reports can be set.

    pastedimage1645748397580v1.png

    But this can be done with a simple customization.

    For example:

    pastedimage1645749134208v2.png

    Test Video:

    [View:/cfs-file/__key/communityserver-discussions-components-files/758/Test0225.mp4:845:634

    Source Code:

    pageextension 50133 MyExtension extends "Sales Order List"
    {
        actions
        {
            addfirst(Processing)
            {
                action(PrintSelected)
                {
                    Caption = 'Print Selected';
                    Image = Print;
                    Promoted = true;
                    PromotedCategory = Process;
                    PromotedIsBig = true;
                    ApplicationArea = All;
    
                    trigger OnAction()
                    var
                        SalesHeader: Record "Sales Header";
                    begin
                        SalesHeader.Reset();
                        CurrPage.SetSelectionFilter(SalesHeader);
                        if SalesHeader.FindSet() then
                            Report.Run(Report::"Standard Sales - Order Conf.", true, true, SalesHeader);
                    end;
                }
            }
        }
    }

    Hope this will help.

    Thanks.

    ZHU

  • Suggested answer
    Dallefeld Profile Picture
    173 User Group Leader on at
    RE: After selecting multiple sales order how to show them in request page of report

    This will definitely take customization. It's also a great idea that you can suggest to Microsoft.

  • Tammy Torgerson Profile Picture
    on at
    RE: After selecting multiple sales order how to show them in request page of report

    Hello Pooja,

    We currently do not have dedicated Dev support via the Dynamics 365 Business Central forums, but I wanted to provide you some additional resources to assist. If you need assistance with debugging or coding I would recommend discussing this on one of our communities:

    https://www.yammer.com/dynamicsnavdev#/home

    I will open this up to the community in case they have something to add.

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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,884 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,762 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans