Hello,
We have an asp.net web app that integrates with Laserfiche and we’d like to enable the users to edit Word documents from the app in the same way as in Web Access 9.2 (the document directly opens in Word and the repository is seamlessly updated after saving).
We have tried using Web Access by invoking a URL like the following, expecting that it’ll be the same as opening the file in Web Access:
http://servername/laserfiche/ElectronicFile.aspx?db=Repository&id=6104&mode=officeplugin-checkout
This, however, does not work (in all browsers). When checking the console, there's the following javascript error:
“pluginResults is not defined” in the file “ElectronicFileOfficePlugin.js”
...indow.GetOfficePluginVersion=function(){return pluginResults.officePlugin.versio... |
The plugin works fine when double-clicking the file from within Web Access.
We’ve also tried:
lfwa80://officeplugin/http://servername/App_Services/OfficeIntegrationService.asmx?r=Repository&d=6104&t=word
(based on this DevNote: https://support.laserfiche.com/ow.aspx?Laserfiche9.0%2FOfficePlugin%2FWebAccessIntegration)
This opens Word, but after authenticating the Office Plugin complains about an incorrect service URL.
Is it possible to achieve this through a Web Access integration of this kind?
Your help is highly appreciated.