Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Hello,
is it possible to use the query builder to query all CAD objects that have a link to a Part and give me the part number and the association type (Owner/Image/Content). Best would be if I get the CAD objects that have no link to a part additionally.
Thank you.
wt.epm.build.EPMBuildRule (aka BUILD) is what you want to report on.
Role A is the CAD
Role B is the Part
if you want to join the items in the report
You probably should filter latest on Part and/or CAD as you will get a build rule for each version of part and CAD.
The Build ref type will tell you the link type
7 = Owner
2 = Contributing Content
6 = Contributing Image
4 = Image
If you would like to see content link, then you need a separate report on wt.epm.structure.EPMDescribeLink (AKA EPM Describe Link)
roles are reversed compared to build
role A is the part
role b in the CAD