Skip to main content
1-Visitor
October 26, 2015
Question

How Do I Refresh Multiple Records In A Tree Component

  • October 26, 2015
  • 1 reply
  • 1021 views

I have a custom table component that displays records in a tree layout.  When I perform a certain action against a parent record (PARENT), certain attributes of that record and all of its immediate children (CHILDREN) are modified.  I'm able to add a DynamicRefreshInfo to the processor's form result so that PARENT is refreshed asynchronously very nicely, but I'm not able to add refresh infos so that CHILDREN are refreshed in the same manner.  It seems that when I try to add multiple refresh infos, the table component as a whole is refreshed.  That's not the behavior I want.

Anybody have any experience with this?

1 reply

1-Visitor
May 19, 2016

I am doing a similar action. Please if you got the answer for this let me know how can i achieve this.