Greetings all.
I would like to submit a very dynamic query using QueryServices. The problem is: the query text is going to be written by the developers, so I won't know its structure beforehand (that is, without constructing a custom parser myself).
For instance, the developer would write "SELECT FROM (something) JOIN (another table) WHERE (some conditions)" and pass this string to a class which would then communicate with AX. I guess that makes using static queries from AOT and even dynamic queries impossible.
Is it feasible? If not, using .NET BusinessConnector would not be a problem if it allows this to be done.
Thank you all in advance.