Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
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?
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:
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
Thank you so much, It works.