Notification in client A when client B change some data

Hi,

Servoy has this feature which is awesome, to update the data in all online clients when that data is changed in one of the clients, no matter if they are WebClients, SmartClients, HeadlessClients.

How can I be informed inside a client that some data was changed by another client? I want to perform an action in the online clients when one of the clients changes something. And ofcourse I need this notification together or after the changed data is received in the client, because I also need the new data.

Thanks,
Bogdan.

you can use the onDataBroadCastEvent property for that.

be aware, that EVERY databroadcast, will trigger this event.