Hi All,
We are using USD client along with Dynamics 365 CRM. We customized USD client and extensively using WPF XAML based CCA Hosted Controls for our application. We are using 3rd party oData service calls to get data from LOB systems and then we process and bind in host controls. This data volume is moderately large as service responses are returning multiple collections of data.
Now, to tune performance and reduce multiple service call for same service data(Business requirement) in different hosted controls(Screens), Is there a way in USD to retain the set of data(JSON objects/XML response) across sessions so that different hosted control can refer the same data when required, instead of calling the services again.
We have tried to store data in USD Context ( CopytoContext action) after serializing the data objects into XML but it seems context has a limitation of string characters so the copying process is not working , though no exception is coming.
Also studied USD Caching approach but it seems it is not purposed for this type of scenarios.
Please suggest possible technical approach or USD feature for this scenario, to data retention. Thanks in advance.
*This post is locked for comments