Hi All,
We are migrating the webtop from 5.2.5 to 6.5 and facing the problem in storing the email.
Functionality:
1. User selects the email and clicks on the Export button which will be available in the outlook. This button will be appear by installing the custom application given by the customer.
2. Once clicks on the Export button webtop will be called through the citrix. Before calling the webtop the mail content will be converted into word document and the To and CC fields will be stored as details. The attachements will become as virtual documents. This is working functionality.
3. After opening the webtop user enters the credentials and only the browser tree node will be appear. User selects the Cabinet/Folder where he wants to store the email.
4. Finally the mail will store in the documentum.
Problem:
I am able to proceed till the displaying of the browser tree node. Once the folder/cabinet is selected, screen is appearing to select the document type. Once type is selected the document is storing in the documentum. This is using the import fucntionality and I am extending the class UcfImportContainer.class to acheive the fucntionality in 6.5. But I want to do the silent Import. As I am already getting the all the values but unable to set the vaules. In 5.2.5 the same fucntioanlity is acheived via ImportApplet class by setting the type,name,Folderid...etc to ImportApplet. But how to set the values which they have done via ImportApplet in 5.2.5 as Applet concept is not available.
Thanks in Advance,
Seshu