web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics NAV (Archived)

Insert link to other pages

(0) ShareShare
ReportReport
Posted on by 453

Hi 

I am working on an NAV 2018/Business Central AL extension. 

In this case I have created a page. I want to set up this page like the departments page where we have links to other pages. 

but as we cant't use menusuits anymore, this task must be done in other way. I have searched a lot but could't find anything usable.

here is my code:

 PageType = Card;
    UsageCategory = Documents;
    //SourceTable = TableName;

    layout
    {
        area(Content)
        {                     
            group(Service)
            {
            //I need to put the links here...
                
            }
        }
    }


*This post is locked for comments

I have the same question (0)
  • Verified answer
    Mehdi26 Profile Picture
    453 on at
    RE: Insert link to other pages

    I have found a solution for that. I use cuegroup. 

    docs.microsoft.com/.../devenv-cues-action-tiles

    cuegroup(SalesActionontainer)
    {
        Caption='New Sales Invoice';
                    
        actions
        {
    
            action(ActionName)
            {
                RunObject=page "Sales Invoice";
                Image=TileNew;
    
                trigger OnAction()
                begin
                            
                end;
            }
        }
    }


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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics NAV (Archived)

#1
Saurav.Dhyani Profile Picture

Saurav.Dhyani 2 Super User 2025 Season 2

#2
RK-25090803-0 Profile Picture

RK-25090803-0 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans