Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Maciej,
I know how to do this with a report from the report manager (attached file), you couldexecute itas awebject
To do it with the report manager, you might also query the masterpart for the set of versions/iteration, then do a query tree, which can take a group of object IDs as input,the resulting tree woul only have a depth of one.
HTH,
Vincent
In Reply to Maciej Grodzki:
Hello everyone.
I'm trying to get all baselines in which the specific WTPart is used. My very raw version of webject looks like:
<ie:webject name="Query-Links" type="OBJ">
<ie:param name="INSTANCE" data="windchill"/">
<ie:param name="OBJECT_REF" data="VR:wt.part.WTPart:8516"/">
<ie:param name="DIRECTION" data="uses"/">
<ie:param name="TYPE" data="wt.vc.baseline.BaselineMember"/">
<ie:param name="OUTPUT_TYPE" data="FULL"/">
<ie:param name="GROUP_OUT" data="baselines"/">
<ie:param name="DBUSER" data="wcadmin"/">
<ie:param name="PASSWD" data="is_a_secret"/">
<ie:param name="AUTO_NAVIGATE" data="TRUE"/">
</ie:webject>
This webject gives me list of baselines which are associated with only the specific iteration of part (it is obvious because the specific OBJECT_REF is given). How I can get all baselines in which WTPart is used despite of part iterations?
Sory for my english and thanks in advance.