How to call external application in RightNow
Content
Can someone help me how to call external application in RightNow, i need to open the applicaiton on button click. can i call using AddIns.
i saw some code how external application calls using Java Script. can we implement this kind of functionality in RightNow AddIns
var extnApp = new ActiveXObject(extnApp.ExtApp);
if (extnApp != null)
{
extnApp.call("1","2","3","4");
}
Thanks
Prasad
0