Refresh in Client

0
I'm trying to clean-up existing flows and noticed that some flows that have a "Commit" Activity also have "Refresh in client". At the end of the flow, there is a "Show page" Activity. Are the "Refresh in client" options still needed in the "Commit" Activity? I tested it with and without the option, and I don't see a different in the data. If I remove the additional screen refresh, that would be great. I want to make sure I don't remove functionality that's necessary.
asked
2 answers
1

Mike,

Refresh in Client will refresh information on open pages. If you

  • commit an object, then
  • open a page with that object

Refresh in client is not necessary.


Hope that helps,

Mike

answered
1

Hi Mike,
The refresh in client is used to trigger the microflows that has the same object as the parameter, For example, let us assume there is an obj1 in a microflow that has the refresh in client set as yes in the change object. Another microflow has the obj1 as the parameter for the microflow if you keep a debugger enabled for the microflow that has the obj1 as their paramter you would see it getting automatically triggered once the commit action is completed.

I hope this explaination with example might have helped you. Let me know if there are any other queries regarding this.

answered