Skip to main content

Notifications

Announcements

No record found.

Business Central forum
Answered

ListPart didn't appear in the screen

Posted on by 4
Hello Community,

I'm in the process of developing a new page that includes a ListPart.
 
However, after adding the group and creating the ListPart page, it doesn't seem to appear when the application is running.

Thank you in advance, community.
  • Suggested answer
    YUN ZHU Profile Picture
    YUN ZHU 64,622 Super User on at
    ListPart didn't appear in the screen
    Hi, it seems that there is something wrong with your listpart. Can you use the following method to directly open this listpart page?
     
    Thanks
    ZHU
  • ListPart didn't appear in the screen
    Hey Comunity,
     
    This is the result I get,
     
     
  • Verified answer
    Govinda Kumar Profile Picture
    Govinda Kumar 2,197 Super User on at
    ListPart didn't appear in the screen
    Hi Chiheb RINEZ,
    Adding the List Part is is very easy.. you just need to specify the Application Area in the List Part section and link.. take this example code
                group("GroupName")
                {
                    Caption = 'Group Name';
                    part(ListPart; "ListPartName")
                    {
                        ApplicationArea = All;
                        SubPageLink = YourListKeyField = field(YourCurrentPageField);
                        Caption = 'List Part Caption';
                    }
    
                }
    BR,
    Eater
  • Suggested answer
    YUN ZHU Profile Picture
    YUN ZHU 64,622 Super User on at
    ListPart didn't appear in the screen
    Hi, have you added the ApplicationArea Property? More details:
     
    A simple example, add another Sales Line subform to the Sales Order.
     
    Hope this helps.
    Thanks.
    ZHU

Helpful resources

Quick Links

Replay now available! Dynamics 365 Community Call (CRM Edition)

Catch up on the first D365 Community Call held on 7/10

Community Spotlight of the Month

Kudos to Saurav Dhyani!

Congratulations to the June Top 10 community leaders!

These stars go above and beyond . . .

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 288,768 Super User

#2
Martin Dráb Profile Picture

Martin Dráb 225,985 Super User

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans