Synchronize the change in Datenbanck for all active users

0
how can i ensure that the change in databanck can be displayed directly for all other active users? when i commit object with refersh in client, it is only displayed to all other users after they refresh the page.
asked
1 answers
0

Hi Mouhanad,

 

In order to see changes happening in (almost) realtime you could for example make use of the Pusher module. Note that the free option has its limitations, so make sure that this is suitable for your use case. For more information, check the documentation.

 

Another option would be to use a Microflow Timer. Within the Microflow you could refresh the object so that the data would be refreshed for the users in a specified interval. Not ideal, but it might just be enough for your use case.

 

Hope this helps.

answered