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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested Answer

Role Center - how to layout cues properly

(0) ShareShare
ReportReport
Posted on by 454
I am creating custom role centers.  How do I make it so that these cues fill the page horizontally/ next to each other horizontally?  They currently look like this and I cannot figure out how to modify they layout so they look correct like the base BC role center layouts look.

I have the same question (0)
  • Suggested answer
    YUN ZHU Profile Picture
    102,608 Super User 2026 Season 1 on at
    Hi, I think you can refer to the standard page, page 1310 "O365 Activities". And note the value of the CuegroupLayout Property.
     
     
    Hope this helps.
    Thanks.
    ZHU
  • CU27040934-2 Profile Picture
    2 on at
    @YUN ZHU: this does not seem to do the trick. This only makes a cuegroup larger. Not make the cue's line up horizontally. 
     
    The rolcenter does seem to group the cardparts and listparts together. The first cardpart seem to take the entire rolecenter space horizontally. The rest are on a new "Line". But sometimes when you have 4 cues in 1 cuegroup the cues are 2 by 2 and sometimes 4 next to eachother. Why?
  • Suggested answer
    Govinda Kumar Profile Picture
    2,310 Moderator on at
    Hi,
    You need to create the cue listpart page and add all your cue boxes to the cue group. Then, include that listpart in the role center.
    Here's an example..
    page 50210 CueGroupListPart
    {
        PageType = CardPart;
        RefreshOnActivate = true;
        Caption = 'Cue Group';
    
        layout
        {
            area(Content)
            {
                cuegroup(CueGroupOne)
                {
                    Caption = 'Cue Group One';
                    field(CueBoxOne; CueBoxOne)
                    {
                        Caption = 'Cue Box One';
                        ApplicationArea = All;
                    }
                }
                cuegroup(CueGroupTwo)
                {
                    Caption = 'Cue Group Two';
                    field(CueBoxOne; CueBoxTwo)
                    {
                        Caption = 'Cue Box Two';
                        ApplicationArea = All;
                    }
                }
                cuegroup(CueGroupThree)
                {
                    Caption = 'Cue Group Three';
                    field(CueBoxOne; CueBoxThree)
                    {
                        Caption = 'Cue Box Three';
                        ApplicationArea = All;
                    }
                }
            }
        }
    }
    In the Role Center page, add the Cue Page like this.
    page 50222 "Test Role Center"
    {
    
        PageType = RoleCenter;
        Caption = 'Test Role Center';
        layout
        {
            area(rolecenter)
            {
                part(CueGroupListPart; CueGroupListPart)
                {
                    ApplicationArea = All;
                }
            }
        }
    }
    Hope this helps.
    Regards,

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 580 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 480 Super User 2026 Season 1

#3
Grigorios Mavrogeorgis Profile Picture

Grigorios Mavrogeorgis 261 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Microsoft Training Manuals

Product updates

Dynamics 365 release plans