Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Business Central forum

Add action group on business central navigation area

(0) ShareShare
ReportReport
Posted on by

Hi,

How can I create an action group on the navigation area like the screenshot?

action-group2.PNG

I see that in the NAV development environment that is called action group but I cannot find it on visual code. 

action-group.PNG

Categories:
  • Community Member Profile Picture
    on at
    RE: Add action group on business central navigation area

    Hi,

    can you provide a sample code or help me modify my code? It is still not added under a group.  The section is my extended section on the navigation area and I want to group actions inside it. See my code and what it shows:

    4377.not-working.png

    I want it to look like this:

    4377.not-working.png

    Please help me fix my code.

  • Suggested answer
    Stefano Demiliani Profile Picture
    37,166 Most Valuable Professional on at
    RE: Add action group on business central navigation area

    Your'se using addlast(Section), so it's added as last of the action section called "Section".

    I think it should be something like:

    addlast(Reporting)

    Check what is the name of your section where you want to add the groups.

  • Community Member Profile Picture
    on at
    RE: Add action group on business central navigation area

    Hello,

    It isn't grouped under Report group. It also shows an error. See screenshot below:

    7875.not-working2.png

    My code is below. I have added a group but it is still not inside or grouped under Report group.

    7875.not-working2.png

  • Community Member Profile Picture
    on at
    RE: Add action group on business central navigation area

    Hello,

    It isn't grouped under Report group. It also shows an error. See screenshot below:

    not-working2.png

    My code is below. I have added a group but it is still not inside or grouped under Report group.

    not-working2.png

  • Suggested answer
    I Gusti Made Ari Profile Picture
    3,594 on at
    RE: Add action group on business central navigation area

    Can use Group Function like below :

               group(ActionGroupCRM)

               {

                   action(CRMGotoInvoice)

                   {

                      //action 1

                   }

                   action(CreateInCRM)

                   {

                      //action 2

                   }

                   action(ShowLog)

                   {

                     //action 3  

                   }

               }

  • Suggested answer
    Stefano Demiliani Profile Picture
    37,166 Most Valuable Professional on at
    RE: Add action group on business central navigation area

    This is the way:

    area(processing)

           {

               group(YourActionGroupName)

               {

                   action(YourAction)

                   {

                   }

               }

           }

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

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Coming on 11/8!

In our never-ending quest to help the Dynamics 365 Community members get answers faster …

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard > Business Central forum

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans