I have a Dashboard App where I am calling a function that updates related data and then using erp-baq (aka kinetic-baq) to refresh the BAQ results so that those changes are immediately visible in the Dashboard.
However, we are heavily using a View Option Filter that I would like to reapply to the Grid, but I cannot work out how to do that properly. In the Grid View Option I am using the Client Filter.
I assume I can use the dataview-filter-set Action, but I cannot work out how to do this.
Just when I use the Kinetic-baq to refresh the dataset in the event after calling a function to update the data… it reverts to unfiltered… though the View Option drop down stays on it’s selection.
Would like to refresh the baq with the currently select View Option.
We’re not really changing the grid schema, but I wonder if this would “detect” a change in the datatable values and perhaps reapply the View option?
That may be a complete waste of time… I’ve never used it. So, apologies in advanced if it doesn’t work.
Thanks for the recommendation on grid-refresh, that was the ticket!
Better yet I found I could eliminate the erp-baq get since the grid-refresh seems to do the same thing.
In the grid-refresh I did set the Include only parameter, which worked well once I figured out which ID it needed… which was the GRID ID, not the control ID