Skip to main content
12-Amethyst
May 25, 2023
Solved

Build external link to open the History Tab of a Part

  • May 25, 2023
  • 1 reply
  • 892 views

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.

 

 

 

 

Best answer by MV_10441462

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=<..>

1 reply

MV_1044146212-AmethystAuthorAnswer
12-Amethyst
May 25, 2023

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=<..>