cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

In Mashups, allow full configuration for query parameters in services, e.g. QueryDataTableEntries

In Mashups, allow full configuration for query parameters in services, e.g. QueryDataTableEntries

Currently in mashup builder, when you include a service that has a parameter of basetype QUERY, the data properties pane shows an "edit query" button, which only allows for filtering, but queries allow for sorting and nesting as well.

 

In the current situation, even though the QueryDataTableEntries supports it, I have to write an additional wrapper service or complex filter/Filterquery binding with extra service calls when I want to display a default sorted datatable.

 

The idea is to have the "edit query" wizard either support the full query capabilities (e.g. sorting as well), or have the ability to enter the queryString directly as text.