Desktop Integration Active X : Siebel Open UI
After upgrading to Open UI in Siebel Field Service Application 8.1.1.11 SIA ENU version. We are facing a problem on how to replace Active X which is no longer supported for Open UI.
For that we found a code which can find the Siebel application running on any open IE window based on URL search and then gives the handle to Siebel view.(See below)
Dim oShell
Dim IEDim wndw 'create the shell object.
Set oShell = CreateObject("shell.application")
'Find the window and navigate to it. This may not work if there is more than 'one instance of IE running.
For Each wndw In oShell.windows