Hi Experts,
I am trying to find a way to get Webtop import url . So I can invoke the defulat import button from outside Documentum.
It is ok if the user need to put his credential .
Do you have any idea if this is achievable .?
Regards,
Sadeq
Just call the import component of webtop instance. If I remember correctly it will be like baseURL/component/import?query_params.
Query Params will be user credentials and folder id, you can find what exact params are required from component definition. Hope this helps.