Skip to Main Content

E-Business Suite

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

WIPEdit 12.7 -> 13.0.1 - WebApplication Control Changes

Ken Waters16 hours ago

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?

This post has been answered by Ken Waters on Sep 4 2025
Jump to Answer
Comments
Post Details
Added 16 hours ago
1 comment
13 views