Skip to main content
1-Visitor
July 24, 2019
Question

Open a specific tab in info page by URL

  • July 24, 2019
  • 1 reply
  • 1671 views

Hello,

 

Generally, when I open the info page of a WTDocument using an URL like:

https://<server>:<port>/Windchill/app/#ptc1/tcomp/infoPage?oid=VR:wt.doc.WTDocument:xxxxxxxxxx

the page displays "Details" tab.

 

I would like to be able to open a specific tab ("Changes" for example) using an URL.

Is there any hint how can I achieve it (parameter to be added in the URL, cookies to be set...)?

 

Thanks in advance.

1 reply

16-Pearl
July 24, 2019

To clarify, do you want a consistent default page?

https://www.ptc.com/en/support/article?n=CS75683

 

Or do you want to vary the default page by URL?

The tabs within the page are not part of the Windchill URL.  Maybe someone in the community has read this Windchill Help Center content and written a customization to set the default tab based on a URL parameter?

https://www.ptc.com/cs/help/windchill_hc/wc110_hc/index.jspx?id=WCCG_UICust_CustHTMLClients_ClientTabs&action=show

wgraiet1-VisitorAuthor
1-Visitor
July 24, 2019

Thanks mmeadows-3 for your answer.

Actually I want to vary the default page by URL.

 

In the meanwhile, I will have a look at the link you provided. Perhaps a helper class would solve the issue.