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

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?

I have the same question (0)
  • Suggested answer
    Nitin Verma Profile Picture
    21,708 Moderator on at

    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.

  • Suvarna Profile Picture
    on at

    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,708 Moderator on at

    Hi,

    Just replace with your Customer table with Requisition Line

    Thanks.

  • Suggested answer
    Mahesh U Profile Picture
    433 on at

    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
    Inge M. Bruvik Profile Picture
    1,111 Moderator on at

    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.

  • Suvarna Profile Picture
    on at

    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;
            }
        }
    }

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 3,151

#2
Jainam M. Kothari Profile Picture

Jainam M. Kothari 1,443 Super User 2025 Season 2

#3
YUN ZHU Profile Picture

YUN ZHU 1,092 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans