Announcements
Hi,
Can anybody please suggest me how to convert an AOT query HCMWORKERLISTPAGE into an X++ code.
Please advice.
Thanks in advance.
*This post is locked for comments
There is no possibility to convert the AOT query into x++ code, yet you can use the query in the x++ code instead adding data sources into the x++ query.
Best,
Uday.
Can you please give some example.
static void ExecuteAOTQueryCust_1SMC(Args _args)
{
QueryRun queryRun;
;
queryRun = new QueryRun(queryStr(CustTable));//add any name of query here
info(queryRun.query().toString());
}
Take a look at the link for your reference
http://microsoft-dynamics-ax-erp.blogspot.com/2012/03/using-aot-query-object-in-x-code.html
Thanks udhay,
For your valuable time.
Your most welcome
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.