Hi,
I need to add a few criteria to a query. Normally I would use addRange and then use QueryRun.prompt to get the users' filters, but I'm in a list page, and can't reassign the query with filters to the dataSource. I already tried overriding some of the initialization methods in the Interaction class, but there is no run or execute query method to override. We have performance issues due to an increasing number of records in a primary form so we want to query to avoid loading the entire table first. Is there any way in a ListPage form template to edit the query and prompt before that query is executed that does not revolve around creating duplicate objects?
Thanks
*This post is locked for comments
I have the same question (0)