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 :
Small and medium business | Business Central, N...
Suggested answer

Role Center - how to layout cues properly

(0) ShareShare
ReportReport
Posted on by 440
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
    Govinda Kumar Profile Picture
    2,276 Moderator on at
    Role Center - how to layout cues properly
    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,
  • Community member Profile Picture
    2 on at
    Role Center - how to layout cues properly
    @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
    YUN ZHU Profile Picture
    90,841 Super User 2025 Season 2 on at
    Role Center - how to layout cues properly
    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

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 > Small and medium business | Business Central, NAV, RMS

#1
Sumit Singh Profile Picture

Sumit Singh 3,048

#2
Sohail Ahmed Profile Picture

Sohail Ahmed 2,682 Super User 2025 Season 2

#3
YUN ZHU Profile Picture

YUN ZHU 2,326 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans