Skip to main content
10-Marble
October 7, 2011
Question

InfoEngine task/jsp redirect to a page?

  • October 7, 2011
  • 3 replies
  • 1419 views

I'm looking to create a page where somebody can enter into the end url a querystring like



The goal is to take a part number and have it redirect them to that's part's details page. I have an infoengine task that will take the number and get me the OBID.


Any suggestions on how to redirect to the part's details page?


3 replies

1-Visitor
February 11, 2015

Hi Steve,


I have same question, Do you have an answer for that, Can you share with me? Thank you!

1-Visitor
February 12, 2015

The format for the info page URL is something like:


http://<windchill server=">/Windchill/app/#ptc1/tcomp/infoPage?oid=VR%3Awt.epm.EPMDocument%3A1397775&u8=1


http://<windchill server=">/Windchill/app/#ptc1/tcomp/infoPage?oid=OR%3Awt.part.WTPart%3A12402139&u8=1


Where "%3A" stands for the URL format for the ":"


Be aware that jsp pages running IE Webjects cannot be anywhere, they must reside within <windchill home=">/codebase/infoengine/jsp, otherwise you will fail authentication.


Also, the OR prefix usually is the one that will lead you to the object returned by IE, but it is not allways the one you meant.



Jope it helps


Saul Szulanski


One1

1-Visitor
February 13, 2015

Thank you so much, It works.