Community login and other support tools will be unavailable Saturday May 3rd 9:00 am to 3:00 pm (EST) due to planned maintenance. Learn More

Translate the entire conversation x

Find WTPart by EPMDocument

VasiliyRepecki
12-Amethyst

Find WTPart by EPMDocument

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.

ACCEPTED SOLUTION

Accepted Solutions

you can try below to get WTPart

QueryResult result2 = PersistenceHelper.manager.navigate(epmDoc, EPMDescribeLink.DESCRIBES_ROLE, EPMDescribeLink.class, true);

Hope this helps

Thanks,

Shreyas

View solution in original post

1 REPLY 1

you can try below to get WTPart

QueryResult result2 = PersistenceHelper.manager.navigate(epmDoc, EPMDescribeLink.DESCRIBES_ROLE, EPMDescribeLink.class, true);

Hope this helps

Thanks,

Shreyas

Announcements



Top Tags