Quantcast
Channel: PTC Community : Unanswered Discussions - Windchill
Viewing all articles
Browse latest Browse all 3592

SQL link between 2D and WTPART

$
0
0

Naamloos.png

 

Hello,

 

Does somebody know what the link in SQL is between a 2D drawing and a WTPart? I can't find it.

 

I tried this:

select epmdocumentmaster.documentnumber, wtpartnumber
from epmbuildrule,wtpart,wtpartmaster,epmdocument,epmdocumentmaster where
epmdocument.branchiditerationinfo = epmbuildrule.branchida3a5 and
epmdocument.latestiterationinfo='1' and
epmdocumentmaster.ida3a6 = epmdocument.ida3masterreference and
wtpart.branchiditerationinfo = epmbuildrule.branchida3b5 and
wtpart.latestiterationinfo='1' and
wtpartmaster.ida2a2 = wtpart.ida3masterreference and
wtpartmaster.wtpartnumber='7033571';

 

With this I get an empty result, so something is wrong.

 

Thanks in advance


Viewing all articles
Browse latest Browse all 3592

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>