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

How to add another section on the role central page?

(0) ShareShare
ReportReport
Posted on by 607

Hi All,

This my Business Manager page on my cloud sandbox, i clicked on the Explore All button : 

pastedimage1587452575013v1.png

The following page opens up and i want to add another section after Sales and Marketing and on that custom section i want to add pages : 

pastedimage1587452733039v2.png

Now is this possible ? And if yes can someone pls explain in detail how to achieve this through code.

Thanks in Advance

  • Community Member Profile Picture
    on at
    RE: How to add another section on the role central page?

    I didn't get your point. what is the problem? it seems it is fine

  • AXBOY Profile Picture
    607 on at
    RE: How to add another section on the role central page?

    Thank you , Just one more small doubt,

    i wanted to add a group after Purchasing so i used the addafter() anchor and its showing correctly on the navigation menu : 

    pastedimage1587619492531v1.png

    But when i open the Business Manager Role center page : 

    The Group is added at the last and not after Purchasing as i wanted : 

    pastedimage1587621413414v2.png

    Any chance this can be fixed?

  • Verified answer
    Genie Cetas Profile Picture
    472 on at
    RE: How to add another section on the role central page?

    Hi.

     We can't add a new section in Menu suite, But we can add New section in the Role Center Page.

    Check the below coding for How to add a new Section in the default Order Processor Role Center Page.

    pageextension 50101 "CIT New Sales Order Process" extends "Order Processor Role Center"

    {

       actions

       {

           addafter(SetupAndExtensions)

           {

               group("New Section")

               {

                   Caption = 'New Section';

                   action(NewCustomerList)

                   {

                       ApplicationArea = Basic, Suite;

                       Promoted = true;

                       PromotedCategory = Process;

                       RunObject = page "Customer List";

                   }

               }

           }

       }

    }

  • Community Member Profile Picture
    on at
    RE: How to add another section on the role central page?

    you should open the page via Object designer to see the action names

    the followings are all the groups with action number, the rest has the name

    Action39 = Finance

    Action40 = sales

    Action41 = Purchasing

  • AXBOY Profile Picture
    607 on at
    RE: How to add another section on the role central page?

    Thank you so much, Can u pls share the names of other Action Numbers?

    I am not able to find those.

  • Community Member Profile Picture
    on at
    RE: How to add another section on the role central page?

    try to add under actiongroup of Action41

    Purchasin is Action41.

  • AXBOY Profile Picture
    607 on at
    RE: How to add another section on the role central page?

    Thank you , now its clear. Also cant  i customize the existing Groups on a Role Center too?

    Like i tried to add a page on the Purchasing Group and i am getting the   "Cannot use 'Purchasing' in Page 'Business Manager Role Center' before it is declared."   error.

    pastedimage1587544254577v2.png

  • Verified answer
    Community Member Profile Picture
    on at
    RE: How to add another section on the role central page?

    I think it is not possible to customize the menusuite. you should do it via RoleCenter. actually, the webclient is not working based on Menusuite because I have not seen Menusuite object in BC 15 and BC 16

  • AXBOY Profile Picture
    607 on at
    RE: How to add another section on the role central page?

    i followed but i did get my answer from it, it customizing a specific individual Role Center,

    I want to if its possible to customize the main suite of Business Central :

    pastedimage1587541844655v1.png

  • Terrance Morgan Profile Picture
    515 on at
    RE: How to add another section on the role central page?

    The following example shows how to use different action areas on a page object of the PageType Card. These actions will display in the following menus in the action bar.

    Actions menu: The area(Processing) action area is used to display the action in the Actions menu. This action uses the Promoted and PromotedCategory properties in order to display the action in the promoted actions menu called Process.

    New Document group: The area(Creation) action area is used to display the action in the New document group in the Actions menu. Also, this action uses the Image property to display a form icon instead of a default icon.

    Navigate menu: The area(Navigation) action area is used to display the action in the Navigate tab. This action and other actions in this example uses the RunObject property to assign a page to the action.

    Report menu: The area(Reporting) action area is used to display this action in the Report menu, and also a Group control is added as a submenu to this menu. It sets the Caption property to make the action group visible in the Reports menu.

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

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

#1
YUN ZHU Profile Picture

YUN ZHU 374 Super User 2025 Season 1

#2
Mansi Soni Profile Picture

Mansi Soni 247

#3
Gerardo Rentería García Profile Picture

Gerardo Rentería Ga... 231 Most Valuable Professional

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans