I am trying to search & view a given document in our new DMS Documentum from within another application.
This application permits the use of a dynamic string.
What I need would be a WDK-statement like this:
http://{myserver}:{myport}/Webtop/component/{componentid}search.jsp?{param1}={param1’s_value}&{param2}={param2’s_value}
Param1 could be for instance the document's name.
The param's value is dynamically generated by the external application.
I do not have a clue about the search action.
Any suggestions?