Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Business Central forum

If i modified a field in card how to display field in list

(0) ShareShare
ReportReport
Posted on by 339

Dear Experts ,

If i modified a field in card how to display field in list ?Please advise me or share me extension code 

  • Verified answer
    Krzysztof Bialowas Profile Picture
    500 on at
    RE: If i modified a field in card how to display field in list

    Hi, 

    to add the field to List you need to create Page Extension to the page which is the list. For example you added field to Item Card then you need as well create Page Extension to Item List. 

    Then you add just a field as normal for example with Posted Sales Invoices (which is a list):

    pageextension 50000 "Posted Sales Invoices Ext." extends "Posted Sales Invoices"
    {
        layout
        {
            addlast(Control1)
            {
                field("My Field"; "My Field")
                {
    
                    ToolTip = 'Specifies something...';
                    ApplicationArea = Basic, Suite, Jobs;
                }
            }
        }
    }



    Hope this helps

    Kris

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

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Coming on 11/8!

In our never-ending quest to help the Dynamics 365 Community members get answers faster …

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard > Business Central forum

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans