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
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
Your most welcome
Thanks udhay,
For your valuable time.
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
Hi,
Can you please give some example.
Hi,
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.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156