My question: Is WDK lib changed after Webtop 6.8.1?
OpenText says "Yes".
We have some customizations in search60 component of Webtop 6.8.1 or earlier version as shown below:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<config version="1.0">
<scope>
<component id="search" extends="search:webtop/config/search60_component.xml">
...
<class>com.infograph.search.Search60</class>
<defaultsources>preferred_sources</defaultsources>
<helpcontextid>search</helpcontextid>
<columns_list>
...
<column><attribute>segment_number</attribute><label>Segment Number</label><visible>false</visible></column>
<column><attribute>survey_report_number</attribute><label>Survey Report Number</label><visible>false</visible></column>
<column><attribute>unit_number</attribute><label>Unit Number</label><visible>false</visible></column>
<column><attribute>api_number</attribute><label>API No</label><visible>false</visible></column>
...
</columns_list>
</component>
</scope>
</config>
Problem: The customizations under 'columns_list' tag were called by external application for search. They work with Webtop 6.8.1, but they give error in Webtop 16.x onwards. OpenText says "Lot of libraries and mechanism has changed to make it compatible with latest browsers, java and other components.Many customers has experienced the issue with their old customization to migrate it to newer webtop. As a support team we can not help you with customization related issue but you can reach out to your opentext account manager and they can provide the quote to get help from professional services. you can reach out to other customers through forums. you can find similar issue or just post your question and get answers from others".
Is there any solution to make those customizations work with Webtop 16.7.9? If you have any hints/suggestions, that would be a great help.
Thank you for your help in advance.
Ashok