Hi,
I just want to verify if it's possible to read sales orders from AX 2012 using AIF salessalesorder.read service. if that's not possible, what is the best way to do it in AX
Thank you in advance.
Hi,
I just want to verify if it's possible to read sales orders from AX 2012 using AIF salessalesorder.read service. if that's not possible, what is the best way to do it in AX
Thank you in advance.
Thank you. it's helpful.
That's a sample how to read a customer when you know the key docs.microsoft.com/.../walkthrough-reading-a-customer-by-using-the-nettcp-adapter
and here is an example how to use findKeys community.dynamics.com/.../200576
Do you know how can I implement it in C# application? Basically, I want to read sales orders in given date range with other requird fields such as Customer Name, Created Date and Time, Release Status etc. I am using AIF service reference in my application.
You can do find keys https://docs.microsoft.com/en-us/dynamicsax-2012/appuser-itpro/example-findkeys-action and filter by date. It will give you all SO ids that fall into that range and then you get individual orders by those IDs
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