Hello,
We are upgrading documaker from 12.7 to 13.0.1 and our latest hurdle is the WIPEdit thick client. Something seems to have changed around how the client is accessed from the browser. We are able to pull in a wip record, and use right click context options but all web application buttons fail.
With 13.0.1 installed on the backend, the 12.7 WipEdit client still works. 13.0.1 is unable to create a plugin object.
This is our existing code to create the object.
createPluginObject: function(){
var plugin = new ActiveXObject("Wipctl.WipEd.1");
return plugin;
},
Would someone happen to know what we need to tweak? Perhaps updated documentation exists for WIPEdit v13.0.1?