I'm looking to load customer data into DataTable in C# by using User-Defined Query or Dynamic Query.. technet offers examples here:
https://technet.microsoft.com/en-us/library/gg847959.aspx
1. However for User-Defined Query.. how do I specify for example the CreditMax parameter for CustTable? (I'd like to grab all customers with CreditMax of X into a datatable)
2. Dynamic Query - how do I create a query in X++ by creating a class that extends the AifQueryBuilder class? It seems that the Dynamic Query example is missing a lot of things to get it fully working.
Code examples for either one would be much appreciated! Thanks!
*This post is locked for comments
I have the same question (0)