Hello.
We have an HTML web resource that we use as our home page in a CRM deployment with one of our customers.
This HTML can get parameters via querystring and do additional operations (look for data in external web services and populate a grid in it).
We also have this HTML web resource in a USD deployment, and we need it to receive that parameters from a external application that invokes it: a Lync integration that passes to it, for example, a telephone number so it automatically gets loaded with customers having that phonenumber. And that has to be achieved in USD.
We have it configured as a hosted control, and we need to create a new tab as a new incoming call is entering. We have a custom middleware to detect incoming calls via lync SDK. It's working for our dynamics deployment, but we need it to be done also with USD.
At the moment, we don't know now how to pass parameters to our hosted control and have a new tab when a new incoming call is entering.
Anyone could give as an idea?
Thank you!