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 :
Microsoft Dynamics AX (Archived)

Customer and vendor address lookups

(0) ShareShare
ReportReport
Posted on by

In TB00/Procurement and sourcing/Journal/PriceDiscountAgreemnetJournals/Line Form

New field with Customer Address lookup based on CustomerAccount Selction in another field.

Please help me ASAP .

Thanks in Advance.

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Bilal Issa Profile Picture
    4,370 on at

    override the lookup method on that field and put the following code

        Query                   query = new Query();

       QueryBuildDataSource    dsDirPartyPostalAddressView;

       // Instantiate sysTableLookup object using table which will provide the visible fields

       SysTableLookup  sysTableLookup = SysTableLookup::newParameters(tableNum(DirPartyPostalAddressView), _formControl);

       ;

       // Create the query

       dsDirPartyPostalAddressView = query.addDataSource(tableNum(DirPartyPostalAddressView));

       if(_customerAccount)

       {

           SysQuery::findOrCreateRange(dsDirPartyPostalAddressView ,fieldnum   (DirPartyPostalAddressView,Party).value(  CustTable::find( customerAccount).Party)

    }

       // Set the query to be used by the lookup form

       sysTableLookup.parmQuery(query);

       // Specify the fields to show in the form

       sysTableLookup.addLookupfield(fieldNum(DirPartyPostalAddressView, Address));

       // Perform the lookup

       sysTableLookup.performFormLookup();

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 > 🔒一 Microsoft Dynamics AX (Archived)

#1
Martin Dráb Profile Picture

Martin Dráb 4 Most Valuable Professional

#1
Priya_K Profile Picture

Priya_K 4

#3
MyDynamicsNAV Profile Picture

MyDynamicsNAV 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans