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 :
Finance | Project Operations, Human Resources, ...
Unanswered

Show the selected values on lookup in D365Fo

(0) ShareShare
ReportReport
Posted on by 570

Hi All,

Using below code am lookup is working fine, its possible to show info which values is selected .

Customize table : LedgerEntriesTable

Noted : I use string field on design to show the  lookup, there is not DB for this lookup

[FormControlEventHandler(formControlStr(LedgerTrialBalanceListPage, LE), FormControlEventType::Lookup)]

public static void LE_OnLookup(FormControl sender, FormControlEventArgs e)

{

Query query = new Query();

QueryBuildDataSource queryBuildDataSource;

SysTableLookup sysTableLookup;

sysTableLookup = SysTableLookup::newParameters(tableNum(LedgerEntriesTable), sender);

queryBuildDataSource = query.addDataSource(tableNum(LedgerEntriesTable));

sysTableLookup.addLookupField(fieldNum(LedgerEntriesTable, legalEntity));

sysTableLookup.parmQuery(query);

sysTableLookup.performFormLookup();

}

I have the same question (0)
  • Martin Dráb Profile Picture
    239,364 Most Valuable Professional on at

    What kind of business problem are you trying to solve?

    Couldn't you simply use modified() method of the control?

  • GirishS Profile Picture
    27,843 Moderator on at

    Hi tony,

    If you want to display all the selected values in the info, you need to loop through all the records using query run and then display it in info log.

    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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 694

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 646 Super User 2026 Season 1

#3
CP04-islander Profile Picture

CP04-islander 337

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans