DocsVision
1 TopicOpen 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.1.1KViews0likes1Comment