Hi,
We have the following requirement in webtop 5.3 SP5.
Following url will be invoked from another application.
http://localhost:8080/webtop/component/app_attribute_search_only?attribute1=12345
After the url is invoked it brings up the login screen and the user logs in and then the search results are displayed. The object type is fixed.
In webtop we need to extract the attribute1 value and perform the search and display the search.
What is the best way of achieving it?
Thanks