Skip to main content

Notifications

Announcements

No record found.

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

The menu on the role center in BC 21

Posted on by 12

I have some issues. We are in On-Prem. We are using version v19 in Sandbox. We are using v21 in Testing. We are still in the implementation phase.
I have a Super role.

In 19.0, I can see all the custom menus that we have created.

In 21.0, I can see only a few of them. I don’t know what the issue is. Please advise.
V19

pastedimage1683684859934v2.png

V21

pastedimage1683684833612v1.png

  • Suggested answer
    tanya07 Profile Picture
    tanya07 1,554 on at
    RE: The menu on the role center in BC 21

    great :)

  • Ganesh2002 Profile Picture
    Ganesh2002 12 on at
    RE: The menu on the role center in BC 21

    I figured out the issue. It is related to permissions. The xmlport numbering was not correct.

  • Ganesh2002 Profile Picture
    Ganesh2002 12 on at
    RE: The menu on the role center in BC 21

    This is exactly what I written.

    pageextension 50100 "Admin RC Ext-9006" extends "Administrator Role Center"

    {

       Caption = 'Admin RC Page Extension';

       actions

       {

           addafter("Data Privacy")

           {

               group("Service Imports")

               {

                   Caption = 'Service Imports';

                   action("Import Service Header")

                   {

                       Caption = 'Import Service Header';

                       ApplicationArea = All;

                       RunObject = xmlport "Import Service Header";

                       Visible = true;

                       ToolTip = 'Import Service Header';

                   }

               }

        }

     }

  • Suggested answer
    tanya07 Profile Picture
    tanya07 1,554 on at
    RE: The menu on the role center in BC 21

    For a new action to add under the group "Service Imports" , this is how I am using, it should work..

    pageextension 50006 BusinessManagerExt extends "Business Manager Role Center"

    {

       actions

       {

           addafter('xxxx')

           {

               group("Service Imports")

               {

                   Caption = 'Service Imports';

                   action("Import Service Header")

                   {

                       ApplicationArea = Basic, Suite;

                       Caption = 'Import Service Header';

                       Image = Import;

                       RunObject = Page xxxx;

                       ToolTip = 'xxxx';

                   }

    }

    }

    }

    }

    Regards,

    Tanya Kharbanda

    Don't forget to help the community by verifying the answer if your question has been answered. It will let others know that the topic has a verified answer

  • Ganesh2002 Profile Picture
    Ganesh2002 12 on at
    RE: The menu on the role center in BC 21

    Yes, I have added the Application Area in all of the actions.

  • Suggested answer
    tanya07 Profile Picture
    tanya07 1,554 on at
    RE: The menu on the role center in BC 21

    Hi,

    I hope Application Area is added in all the actions.

    Regards,

    Tanya Kharbanda

    Don't forget to help the community by verifying the answer if your question has been answered. It will let others know that the topic has a verified answer.

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans