Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hello everyone,
i'm windchill beginner, and i want to use this method in ReportTemplateQueryHelper to find template
ReportTemplate | find(String a_nameValue, WTContainerRef a_containerReference, boolean a_hierarchicalContainerLookup) |
but i don't know wath to put in a_containerReference, how to get the containerReference?
Thanks for Help !
String container_path = "/wt.inf.container.OrgContainer=ORGName/wt.pdmlink.PDMLinkProduct=ProductName"; | ||
WTContainerRef containerRef = WTContainerHelper.service.getByPath(container_path); |
Regards
Binesh Kumar
Medtronic - MITG
Thanks a lot that works