web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

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

asking for code

(1) ShareShare
ReportReport
Posted on by 30

I am new to Business Central. I want to retrieve record using primary key from another table. I have customer table  and want to fetch details from item table. I have given table relation, using current record other fields should appear. Can anyone help me with the code ?

I have the same question (0)
  • Suggested answer
    keoma Profile Picture
    32,729 on at

    here is a sample code:

    pageextension 50100 CustomerListExt extends "Customer List"

    {

       layout

       {

           addlast(Control1)

           {

               field(itemNo; item."No.") { }

               field(itemDesc; item.Description) { }

           }

       }

       trigger OnAfterGetRecord()

       begin

           //sample item filter

           item.SetRange("Country/Region of Origin Code", "Country/Region Code");

           if item.FindFirst() then;

       end;

       var

           item: record item;

    }

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,870 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,138 Super User 2026 Season 1

#3
Dhiren Nagar Profile Picture

Dhiren Nagar 915 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans