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

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

InfoEngine task/jsp redirect to a page?

sdrzewiczewski
7-Bedrock

InfoEngine task/jsp redirect to a page?

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 3
Linlin
6-Contributor
(To:sdrzewiczewski)

Hi Steve,


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

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

Linlin
6-Contributor
(To:sdrzewiczewski)

Thank you so much, It works.

Top Tags