Refresh non-persistent entity object in data grid

1
I have requirement where I need to refresh the object in data grid of non-persistent entity depending on the selection of value from reference selector. Could some one please help me with the flow.
asked
1 answers
1

Hi Rishab,

 

To refresh the object you can set a nanoflow as an onchange event for the reference selector. Within this nanoflow you can use the refresh object client activity. It does need the object as input parameter. The flow will look like this:

 image.png

 

Depending on the page there might be more involved, but this is an easy way to refresh a specific object.

Hope this helps!

answered