Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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 ![]()
