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

Notifications

Announcements

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

News and Announcements

Season of Giving Solutions is Here!

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 1,457

#2
Khushbu Rajvi. Profile Picture

Khushbu Rajvi. 742 Super User 2025 Season 2

#3
YUN ZHU Profile Picture

YUN ZHU 669 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans