Thursday, January 3, 2008

External Redirect

If you would like to hyperlink from an external web page to a specific form within TRIRIGA, use the format shown below. For example, you may want to have a link from your corporate intranet directly into TRIRIGA 9 the pops up a blank request form. This works very nicely in conjunction with single sign on.

To get the URL to the form you would like to use simply go the the form in the application (i.e., open a new request), push the F11 key on your keyboard and copy the URL to your clipboard. It will look like the first example below. Then all you need to do is insert http://your_servername/html/en/default/admin/extRedirect.jsp?url= before the /WebProcess.srv?.... portion of the URL.

Instead of this:

http://your_servername/WebProcess.srv?objectId=750000&actionId=750011&propertyId=208133&projectId=1&specClassType=13&specTypeId=10001791&managerType=list&guiId=10001791

Link to this:

http://your_servername/html/en/default/admin/extRedirect.jsp?url=/WebProcess.srv?objectId=750000&actionId=750011&propertyId=208133&projectId=1&specClassType=13&specTypeId=10001791&managerType=list&guiId=10001791

No comments: