reloading content based on business process

Hello,

I have business processes that automatically updates data.
The problem I have is users must reload pages to see the changed data.

How can I do the following using page schema methods or something of the sort:
 

  1. A feild on the page is changed
  2. when the feild is changed, reload a specific feild / detail

 

File attachments

Like

2 comments

Hello,

This behavior is caused by the core logic of the application. Business process is performed on the server part of the application. If the user makes any changes all these data are being cashed on the customer part and users cannot see the changes unless they reload the page.

There is an option to add the element into the business process called 'Open edit page' after the element of updating data. Fill in all the needed fields in this open edit page element (e.g. object, record ID etc.) to connect this page to the needed one. In this case after updating data the page with new info will be opened automatically and there will be no need to reload the page.

Best regards,

Helen

I do have similar requirement like Helen. Any inputs?

Show all comments