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

EP order account lookup is working in Purchase requestion form, but not working with purchase form

(0) ShareShare
ReportReport
Posted on by

HI,

I have a requirement of creating a lookup for order account in purcahse form  and purchase requestion form in EP. i wrote a static emthod in respective tables and called the same in datsetlookup method of dataset.

for purchase requestion it is working as expected, but for purchase form it is throwing error as "DataSet specified".

below is my code used in both EP forms

Query query;
TableId lookupTableNum;

lookupTableNum = tableNum(VendorDetails);

//set the fields to be shown in the lookup
_sysDataSetLookup.parmLookupFields(new List(Types::String));
_sysDataSetLookup.parmLookupFields().addEnd(fieldStr(VendorDetails,AccountNum));
_sysDataSetLookup.parmLookupFields().addEnd(fieldStr(VendorDetails,Name));
_sysDataSetLookup.parmLookupFields().addEnd(fieldStr(VendorDetails,VendGroup));
_sysDataSetLookup.parmSelectField(fieldStr(VendorDetails,Name));

query = purchtable::datasetLookupQuery();

_sysDataSetLookup.parmQuery(query);

_sysDataSetLookup.parmDataSet(SysDataSetBuilder::constructLookupDataSet(lookupTableNum).toDataSet());

The above code is working for purchase requestion vendaccount field but not for orderaccount field in purchase form.

Please help me on this.

*This post is locked for comments

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

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

#1
CP04-islander Profile Picture

CP04-islander 16

#2
GiacomoRovai Profile Picture

GiacomoRovai 4

#3
Douglas Noel Profile Picture

Douglas Noel 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans