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

Notifications

Announcements

No record found.

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 450
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
    95,729 Super User 2025 Season 2 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
  • Community member 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,304 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

Responsible AI policies

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

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,664

#2
YUN ZHU Profile Picture

YUN ZHU 960 Super User 2025 Season 2

#3
Jainam M. Kothari Profile Picture

Jainam M. Kothari 773 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans