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

LogisticsAddressCountryRegion table custom lookup

(0) ShareShare
ReportReport
Posted on by 195
I added countryRegionId field to my custom table. I just need two fields to my lookup. so, I added below code
 
 public static void CountryOfOriginlookup(FormControl _formControl, LogisticsAddressCountryRegionID _filterStr)
 {
     Query               query  = new Query();
     SysTableLookup      sysTableLookup = SysTableLookup::newParameters(tableNum(LogisticsAddressCountryRegion), _formControl);
     QueryBuildDataSource    queryBuildDataSource =  query.addDataSource(tableNum(LogisticsAddressCountryRegion));
         
         
     queryBuildDataSource.addRange(fieldNum(LogisticsAddressCountryRegion, CountryRegionId)).value(queryValue(_filterstr));
     sysTableLookup.addLookupfield(fieldNum(LogisticsAddressCountryRegion, CountryRegionId));
     sysTableLookup.addLookupfield(fieldNum(LogisticsAddressCountryRegion, ISOCode));
     sysTableLookup.parmQuery(query);        
 }
 
I didn't add systablelookup.performFormLookup() as it is throwing an error "more than one lookup form opened" even after commenting super() in override\lookup method.
 
I tried event handler too. it's also showing same drop down.
 
But I am getting below drop down
 
 
 
Categories:
I have the same question (0)

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 > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Martin Dráb Profile Picture

Martin Dráb 611 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 529 Super User 2025 Season 2

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 285 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans