Skip to main content

Notifications

Community site session details

Community site session details

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

how to find table or page extends from which table or page

(0) ShareShare
ReportReport
Posted on by

Hello,

I am new for development in Business Central. How to find which table extends to which table and even for pages. Like which page extends to which page.

For ex. Table Requisition Line extends which table? How to check this or find this in business central?

  • Suvarna Profile Picture
    on at
    RE: how to find table or page extends from which table or page

    Hi Nitin,

    Thanks for your reply. 

    pageextension 50101 PurchOrderfromSalesOrder extends "......." ===== What will come?
    {
        layout
        {
            modify("Vendor Invoice No") ====== This field is created in table RequisitionLine. How to fetch it on this form?
            {
                ApplicationArea = All;
            }
        }
    }
  • Suggested answer
    Inge M. Bruvik Profile Picture
    1,021 Moderator on at
    RE: how to find table or page extends from which table or page

    You can also use page inspection CTRL+ALT+F1 in any page to find out what table is the source of the page and it shows both the page and table number together with their names. That is an easy way to figure out what table and page you need to extend.

  • Suggested answer
    Mahesh U Profile Picture
    425 on at
    RE: how to find table or page extends from which table or page

    Hi Suvarna,

    Requisition line itself is a standard table. By default it is not extended by any table.

    If you want to add the new field in the table 246 then you need to extend the table 246.

    For the reference follow below documentaion from Microsoft docs.

    docs.microsoft.com/.../devenv-table-ext-object

    Or

    If you want to check the specific page or table having any extension then go to web client and use ctrl + Alt + F1 to see the Page inspection. Under extensions tab you can see the extensions related to that page.

    pastedimage1660716862024v1.png

    Please see if it helps. 

    Regards,

    Mahesh U.

  • Suggested answer
    Nitin Verma Profile Picture
    21,544 Moderator on at
    RE: how to find table or page extends from which table or page

    Hi,

    Just replace with your Customer table with Requisition Line

    Thanks.

  • Suvarna Profile Picture
    on at
    RE: how to find table or page extends from which table or page

    Hi Nitin,

    Thanks for your reply !

    tableextension 50115 RetailWinterSportsStore extends Customer

    for ex. tableextension 246 Requisition Line extens ?? --- I want to know here ? what will come? How to find or check?

    {

       fields

       {

           field(50116;ShoeSize;Integer)

           {

               trigger OnValidate();

               begin

                   if (rec.ShoeSize < 0) then

                   begin

                      message('Shoe size not valid: %1', rec.ShoeSize);

                   end;

               end;

           }

       }

  • Suggested answer
    Nitin Verma Profile Picture
    21,544 Moderator on at
    RE: how to find table or page extends from which table or page

    Hi,

    First analysis which table you want to extend and follow the below link How to extend

    docs.microsoft.com/.../devenv-table-ext-object

    Below is link to extend the current standard or custom page.

    docs.microsoft.com/.../devenv-page-ext-object

    For Requisition Line table id 246

    Thanks.

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,101 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,866 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans