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 :
Microsoft Dynamics NAV (Archived)

Adding links to departments page from extension

(0) ShareShare
ReportReport
Posted on by 453

Hi all

I am developing an AL extension for NAV 2018 (Not Business Central)

I want to add some page links to departments page from visual studio code and AL.

Is it possible? If yes how can I do it. I couldn't find departments. 

*This post is locked for comments

I have the same question (0)
  • Mehdi26 Profile Picture
    453 on at

    I have created a menu in navigation bar by using this link: https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-adding-menus-to-navigation-pane

    But I still have problem creating submenus. 

    I have those 2 menuitems: Service 1 and Service 2. 

    I want them to be as follow: 

    Service

    - Service 1

    - Service 2

    5633.Udklip.PNG

    Here is my code: 

    {
        actions
        {
            addlast(Sections)
            {
                group("TEST Service")
                {
                    action("Service 1")
                    {
                        RunObject = page "Service Orders";
                        ApplicationArea = All;
                    }
                    action("Service 2")
                    {
                        RunObject = page "Service Orders";
                        ApplicationArea = All;
    
                    }             
    
                }
            }
        }
    
    
    }


  • Suggested answer
    Amol Salvi Profile Picture
    18,698 on at

    I think it is not possible but you can extend role center page

    But if you want to make page searchable then you can use UsageCategory property in extension.

  • Mehdi26 Profile Picture
    453 on at

    Hi Amol

    I found an answer for the first question. But I have problems making submenu's.

  • Verified answer
    Mehdi26 Profile Picture
    453 on at

    I found the answer here  docs.microsoft.com/.../devenv-adding-menus-to-navigation-pane

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!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics NAV (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans