Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

Desktop Integration Active X : Siebel Open UI

edited Nov 30, 2018 12:41AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 1 commentAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center