Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 143529

NAV 2018 extension Submenu in navigation pane

$
0
0

Hi 

I have created a menu in navigation pane from my extension. But I can't create submenus in there. 

As it is now I have:

Service 1

Service 2

But I want it to be

Service

- Service 1

-Service 2

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;

                }             

            }
        }
    }


}



Viewing all articles
Browse latest Browse all 143529

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>