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

Announcements

News and Announcements icon
Community site session details

Community site session details

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

Reports

(1) ShareShare
ReportReport
Posted on by 316
Hi Team,
I'm trying for this report 1316 and 211 but it is not showing me the report on the global search. when I'm on customer list search for the report 211 it shows but when I'm outside that it does not show this up. is there any way i can pull out this report on global search or search from anywhere in the system. 
I have the same question (0)
  • Suggested answer
    Mansi Soni Profile Picture
    10,148 Super User 2026 Season 1 on at
    Hello @Honey98,
     
    In Business Central, reports like 1316 and 211 may not appear in global search because they are context-sensitive reports, meaning they are only available when opened from specific pages (e.g., Customer List) where required filters/parameters are automatically applied.
     
    There is no standard way to make these reports globally searchable unless you create a page action, add them to a Role Center, or develop a small extension to expose them as standalone reports. As a workaround, you can continue accessing them from the relevant page (like Customer List), or ask your developer to make them available globally.

    Hope this answer helps you!

    If this answer helps you, kindly Mark it as verified answer.

    Regards,
    Mansi Soni

     
  • Assisted by AI
    Saif Ali Sabri Profile Picture
    2,572 Moderator on at
    Mansi is correct. In Business Central, Report 211 and Report 1316 are typically exposed through specific pages and actions, so they may not be indexed for Tell Me (global search). That's why you can find and run them from the Customer List page but not from anywhere in the application.
    Options to make them easier to access:
    • Add the report as an action on a page or Role Center.
    • Create a simple page extension or customization to expose the report directly.
    • Continue launching the report from the page where it is available by default.
    There is no standard setting that automatically makes all context-dependent reports appear in global search.
  • Assisted by AI
    Saif Ali Sabri Profile Picture
    2,572 Moderator on at
    Create a simple page extension or customization to expose the report directly:
    If you want the report to be available without navigating to the Customer List page, you can add it as an action on a Role Center or another frequently used page through a page extension.

    Example (AL) for exposing Report 211 from the Business Manager Role Center:
     
    pageextension 50100 BusinessManagerRCExt extends "Business Manager Role Center"
    {
        actions
        {
            addlast(Sections)
            {
                action(RunReport211)
                {
                    ApplicationArea = All;
                    Caption = 'Customer Report 211';
                    Image = Report;
                    trigger OnAction()
                    begin
                        Report.Run(211, true, true);
                    end;
                }
            }
        }
    }

    For Report 1316, replace 211 with 1316.
    Alternatively, you can add the action to another page that users access frequently. After publishing the extension, users can launch the report directly from that page, eliminating the need to navigate to the Customer List first.
    Keep in mind that if the report expects customer-related filters or a specific record context, additional code may be needed to pass those filters when the report is run.
     

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

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,250 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,799 Super User 2026 Season 1

#3
AndrewThomas81 Profile Picture

AndrewThomas81 1,390

Last 30 days Overall leaderboard

Featured topics

Microsoft Training Manuals

Product updates

Dynamics 365 release plans