Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
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.
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?
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.