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...
Answered

Page Extension | Allow user to choose field valuefrom a list

(1) ShareShare
ReportReport
Posted on by 54
Hi,

This is a very basic question from a noob, but how do I get a list of data from another table that a user can choose?

I have a page extension that adds a field to the page. I want the user to click into the cell and have it open a list of items from another table, and when they choose an item it populates the field with that value.
 
 fields
    {
        // Add changes to table fields here
        field(60104; /Linked Counter/; Code[20])
        {
            Caption = 'Counter No.';
            Editable = true;
        }
    }
 
If I add a lookup:
 
            FieldClass = FlowField;
            CalcFormula = lookup(/Table/./Field/);
 
I get the list, but it won't let me choose one to fill the box in with.

Ideally I want something like this:
 
CalcFormula = lookup(/Table/./Field/ where(/Other field/ = const(/field value/)));
 
But I can't get the syntax right.
 
Any guidance you can give would be very helpful!
  • Verified answer
    YUN ZHU Profile Picture
    78,972 Super User 2025 Season 1 on at
    Page Extension | Allow user to choose field valuefrom a list
    Hi, there are several common solutions to this, hopefully the information below can give you some hints
    How to create a Lookup, Drop-Down, or Option list (Single and Multi select)
     
     
    Thanks.
    ZHU

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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February 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... 293,020 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,837 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans