Hi I have a problem in which I have a string which is my query.
like "Select * from CustTable where CustTable .AccountNum=="Acc-001" " (hope this is clear that i am receiving my query in a string).
Now is there any way that I can execute this query in X++. Where i can just pass this string that is actually my query to some object/variable/function which executes it and returns me a buffer or a query object which I can iterate and get all the records returned as result.
*This post is locked for comments
I have the same question (0)