Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi.
I have WTPart and EPMDocument linked by EPMDescribeLink.
How can i find WTPart by EPMDocument in this case?
I can't see any useful methods in WTPartHelper.service or EPMDocumentHelper.service.
Thanks.
Solved! Go to Solution.
you can try below to get WTPart
QueryResult result2 = PersistenceHelper.manager.navigate(epmDoc, EPMDescribeLink.DESCRIBES_ROLE, EPMDescribeLink.class, true);
Hope this helps
Thanks,
Shreyas
you can try below to get WTPart
QueryResult result2 = PersistenceHelper.manager.navigate(epmDoc, EPMDescribeLink.DESCRIBES_ROLE, EPMDescribeLink.class, true);
Hope this helps
Thanks,
Shreyas