Question

Refresh in a Business Process

Hi Everyone,

 

Is it possible to refresh of a page (Freedom UI Page) through the business process? Currently, we have multiple business processes running in our Freedom UI Order page and the client has to do a manual refresh every time. So I was wondering if it's possible to automate it as well through the process? I know that it is possible in Classic UI and I have seen the Marketplace app for it as well but that doesn't work in Freedom UI. So any ideas?

Like 2

Like

3 comments
Best reply

To do this in a Freedom UI page, this article shows how to receive the server message:

https://customerfx.com/article/receiving-server-side-messages-in-a-creatio-freedom-ui-page/

 

Once the message is received, you can refresh the page using the code outlined in this article:

https://customerfx.com/article/refreshing-reloading-page-or-list-data-on-a-creatio-freedom-ui-page/

 

Also, for Freedom UI, there is a new option where you can set an entity to always automatically refresh the page when it’s updated in a process, as an alternative approach to the above. See https://customerfx.com/article/automatically-refreshing-a-creatio-freedom-ui-page-or-list-after-updating-a-record-in-a-process/

 

Ryan

+1 for Freedom UI

To do this in a Freedom UI page, this article shows how to receive the server message:

https://customerfx.com/article/receiving-server-side-messages-in-a-creatio-freedom-ui-page/

 

Once the message is received, you can refresh the page using the code outlined in this article:

https://customerfx.com/article/refreshing-reloading-page-or-list-data-on-a-creatio-freedom-ui-page/

 

Also, for Freedom UI, there is a new option where you can set an entity to always automatically refresh the page when it’s updated in a process, as an alternative approach to the above. See https://customerfx.com/article/automatically-refreshing-a-creatio-freedom-ui-page-or-list-after-updating-a-record-in-a-process/

 

Ryan

Thanks Ryan, you rock as always

Show all comments