My Oracle Support Banner

Alternative For Calling ActiveX Object in Open UI (Doc ID 2071007.1)

Last updated on AUGUST 19, 2022

Applies to:

Siebel CRM - Version 8.1.1.14 [IP2014] and later
Generic (Platform Independent)

Goal

A requirement was desired to be able to call an 'exe' residing locally on a user's machine from within the Siebel Open UI application:


var oShell = new ActiveXObject("Shell.Application");
var commandtoRun = "C: \\test.exe";
oShell.ShellExecute(commandtoRun,"","","open","1");

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.