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

Why the buttons added in the Navigate button of my custom page are displayed in the New group too?

(0) ShareShare
ReportReport
Posted on by 625

Hi All, 

I have created the custom page of type List and i have added a button in the navigate group of the page , but that button is also showing itself in the New group of the page : 

pastedimage1589870429637v1.png

pastedimage1589870473857v2.png

I want this button to be visible in Navigate section of the page only not in the New Group.

My code for adding the button in the action area : 

 actions
    {
        area(Navigation)
        {
            action("XXXXX")
            {
                Caption = 'XXXXX';
                ApplicationArea = Basic, Suite;
                Image = Quote;
                Promoted = true;
                ..............
            }
        }
    }
Please help!
I have the same question (0)
  • Suggested answer
    THE Italian Profile Picture
    Microsoft Employee on at

    You have to assign also PromotedCategory

    https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/properties/devenv-promotedcategory-property

    Note that Navigation must also be associated through a promoted category first

  • Suggested answer
    Genie Cetas Profile Picture
    472 on at

    Hi,

    If you want to remove your action from New Group, either you have to remove Promoted property or set Promoted = false in your code.

    https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/properties/devenv-promoted-action-property

    On tablet client and phone client only promoted actions are displayed. If you want to add your action in tab/mobile client, then you have to assign PromotedCategory for your action.

    https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/properties/devenv-promotedcategory-property

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

#2
YUN ZHU Profile Picture

YUN ZHU 1,138 Super User 2026 Season 1

#3
Dhiren Nagar Profile Picture

Dhiren Nagar 915 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans