web
You’re offline. This is a read only version of the page.
close
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

add a menu item dropdown on the main menu

(1) ShareShare
ReportReport
Posted on by 155
hi ,
i want to add a menu over the red mark and when it clicked should open two menu items just like other menu bar options.
I am unable to place a menu over there. What should i do to achieve this work. Thanks.
 
 
 
my code
 
 
 
 
 
I have the same question (0)
  • Gerardo Rentería García Profile Picture
    25,373 Most Valuable Professional on at
  • Suggested answer
    Yi Yong Profile Picture
    2,586 Super User 2025 Season 2 on at
    Hello,
     
    These are called PromotedActions.
     
    pageextension 50000 ItemCard extends "Item Card"
    {
        actions
        {
            addafter("Item Tracing")
            {
                group(MyGroup)
                {
                    Caption = 'My Group';
    
                    action(Action1)
                    {
                        Caption = 'Action1';
                        trigger OnAction()
                        begin
                            Message('Clicked');
                        end;
                    }
                    action(Action2)
                    {
                        Caption = 'Action2';
                        trigger OnAction()
                        begin
                            Message('Clicked');
                        end;
                    }
                }
            }
    
            addlast(Promoted)
            {
                group(MyGroup_Promoted)
                {
                    Caption = 'My Group_Promoted';
    
                    actionref(MyGroupAction1_Promoted; Action1) { }
                    actionref(MyGroupAction2_Promoted; Action2) { }
                }
            }
        }
    }
     
  • Suggested answer
    Khushbu Rajvi. Profile Picture
    20,647 Super User 2025 Season 2 on at
    These are promoted actions, as Yi Yong mentioned below.

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…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,066

#2
YUN ZHU Profile Picture

YUN ZHU 658 Super User 2025 Season 2

#3
Sumit Singh Profile Picture

Sumit Singh 595

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans