Question
How to get the WTPart from its related EPMDocument?
Hi All,
I can get all epmdocument which are linked with WTPart by following code:
Here "part" is variable.
QueryResult qr2 = WTPartHelper.service.getDescribedByDocuments(part);
But, Is there any way to get WTPart from its EPMDocument?. If possible, please provide sample code.
Regards
Saravanan

