I currently created a window conversation extension for Lync and I want to load a URL in there. This is the registry I use
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Office\Lync\Security\Trusted Sites]
[HKEY_CURRENT_USER\Software\Microsoft\Office\Lync\Security\Trusted Sites\*****]
"https"=dword:00000001
"http"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Communicator\ContextPackages]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\*****]
"file"=dword:00000002
[HKEY_CURRENT_USER\Software\Microsoft\Communicator\ContextPackages\*****]
"Name"="Open CRM"
"InternalURL"="*****"
"ExternalURL"="*****"
"InstallLink"="*****\LyncConversationRegistry.reg"
"ExtensibilityWindowSize"=dword:00000001
When opening this conversation window extension the Internet Explorer loads the URL.
Is it possible to pass in some parameters when loading the url? Example:
A customer is the caller and the CWE takes the customers telephone number and passes it to the URL. The CRM page will open up.
Currently I can just load a URL but how can I get some conversation information as parameters for the URL?