How to Auto Sync Data in consumed Odata services

0
Hi Team,    Here is the Scenario, I have a ODATA Service exposed in App A and the this Service is consumed in APP B,  While a Data gets added in App A, if App B is open, it should automatically get synced and displayed in APP B.  We are showing exposed data of App A, in App B in the datagrid 2 -> if we add Refresh on data grid the sync works but this is a huge performance issue for us. We should sync only when the data is added not always. 
asked
2 answers
0

I would create a webservice for this so that when app A updates the data it sends out a webrequest to app B that triggers an OData refresh.

Regards,

Ronald

 

answered
0

Following

answered