Bootstrap Multi Select refresh other widgets?

0
I set the content of the Transaction_Inspector reference set through a bootstrap multi select. I would like to display a detailed list of those records in a list view at the right of the selector Is there an easy way to force the refresh of said listView? Currently, the display is only updated when I close and re-open the window.  If I were to use an On change microflow event, which activity should I use to force the refreshing of the widget? 
asked
1 answers
1

Depends on your domain model, but I think that committing Transaction with refresh in client set to yes should refresh the list.

answered