cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

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

how can i get a ContainerRef

abennis
2-Explorer

how can i get a ContainerRef

Hello everyone,

i'm windchill beginner, and i want to use this method in ReportTemplateQueryHelper to find template

ReportTemplatefind(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 !

2 REPLIES 2
BineshKumar1
13-Aquamarine
(To:abennis)

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

Announcements

Top Tags