cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Build external link to open the History Tab of a Part

MV_10441462
10-Marble

Build external link to open the History Tab of a Part

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.

 

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

1 REPLY 1

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

Top Tags