I have a form. It has query property set to myQuery. I know how to access datasources that query is composed from. I know how to access the sub-queries from that datasources. But I was to access whole query (queryRun) object that is associated with form.
How can I do it?
I was trying to use things like element.getPrimaryDS().query(); etc. but I do not thing that returns me whole myQuery object.
*This post is locked for comments