Forum Discussion
TheDitch
Feb 05, 2020Copper Contributor
Open DocsVision card from specify custom link in Sharepoint.
Tell me how to correctly specify a custom link in SharePoint to open DocsVision cards from Chrome Edge, Enterprise.
From IE, it worked for us like this:
function OpenDvContract(Code) {
var WshShell = new ActiveXObject('WScript.Shell');
WshShell.exec('C:\\Program Files (x86)\\Citrix\\ICA Client\\SelfServicePlugin\\SelfService.exe -qlaunch DocsVision_app {' + Code + '}');
}
In Chrome Edge but now it doesn’t work.
- mindstIron ContributorConfigure sharepoint, or part of it having this code, to use IE mode. Chromium doesn't supports constructing activex object and I don't think it has any ability to run application from users PC.