Using User Actions to Update an Advanced Datagrid?

Greetings,

I have an Advanced Data Grid on a form with data from a Case Entity. I have right click User Actions that allow Changing information for that Case Entity row. My changes occur as I want in the Case Entity, but how do I get the updates to reflect in the Advanced Data Grid on the form in which I select the action? I can set-up an active form flow to refresh every so often, but I cannot get it to trigger the Advanced Datagrid Refresh when I select a particular user action from outside the form

While the grid updates with With Output Data – Auto Select FirstRow true, I don’t think constantly running a fetch on an open form is performant, and having to select somewhere in the grid isn’t ideal either.

Did I set something up wrong?

Comments

Sign In or Register to comment.