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
-
Hello there!
Unfortunately, running an Advanced Datagrid within the user action cannot be refreshed externally (outside of the user within the user action). You can enable an auto-refresh that is delayed configuring the Active Form Flow trigger to be set to Auto-run:
https://documentation.decisions.com/docs/active-form-flows-overview?highlight=active%20form%20flow
-Gregory, Decisions Support
