Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! 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 ![]()
