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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)
Active Discussion

Simple Custom Lookup Of Customer Account On Form Level

(0) ShareShare
ReportReport
Posted on by 2

For custom lookup of a customer account on form level. Do override a method on form datasource field.

public void lookup(FormControl _formControl, str _filterStr)

Declare Query object. 

Query query = new Query();
QueryBuildDataSource queryBuildDataSource;
QueryBuildRange queryBuildRange;

SysTableLookup sysTableLookup;

Declare CustTable;

CustTable  custTable;
;

sysTableLookup = SysTableLookup::newParameters(tableNum(CustTable),_formControl);
sysTableLookup.addLookupField(fieldNum(CustTable,CustAccount));
sysTableLookup.addLookupField(fieldNum(CustTable,CustName));

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

queryBuildDataSource.fields().addField(fieldNum(CustTable, CustAccount));

sysTableLookup.parmQuery(query);
sysTableLookup.performFormLookup();

Regards,

Zohan

*This post is locked for comments

  • Zohan Profile Picture
    2 on at

    i haven't asked a question.

    Regards,

    Zohan

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Sanhthosh.Kumar.K Profile Picture

Sanhthosh.Kumar.K 2

#2
Raed Salah Bzour Profile Picture

Raed Salah Bzour 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans