Code to create a "Share to Project" link
Aug 28, 2012
07:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 28, 2012
07:10 AM
Code to create a "Share to Project" link
Hi Guru's
I have a requirement where I need to copy a document from a Project toa Product Context ( do some calculations ...business logic .etc).
I am looking for code to create link between two WTDocuments (i.e. one newly created in Product and one in Project).
Insights will be helpful..
-Pradeep Shinde
Labels:
- Labels:
-
Other
1 REPLY 1
Oct 23, 2012
05:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Oct 23, 2012
05:23 AM
Hello ,
Try this
DataSharingHelper.service.shareVersion(object,containerReference, folderInProject);
Regards,
Sri
