Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Hi All
I've got a requirement to open the History Tab of a WTPart on the click of a link.
I found that we can open Related Objects Tab by reconstructing the link as Windchill/app/#ptc1/tcomp/infoPage?tlnType=part&tlnAction=relatedPartsDocuments&oid=<some-oid-for-a-part>.. I'm unable to do the same for History Tab. Anybody got a workaround?
Many thanks in advance.
Solved! Go to Solution.
I actually to wanted to delete this didn't find a way. So decided to post the answer as it might help someone sometime.
So to access any tab or any particular table you need add parameters to the URL.
In my case this worked the magic for me.
./Windchill/app/#ptc1/tcomp/infoPage?tlnType=history&tlnAction=versionHistory&oid=<..>
I actually to wanted to delete this didn't find a way. So decided to post the answer as it might help someone sometime.
So to access any tab or any particular table you need add parameters to the URL.
In my case this worked the magic for me.
./Windchill/app/#ptc1/tcomp/infoPage?tlnType=history&tlnAction=versionHistory&oid=<..>