| Searching the PeopleSoft Portal |
|
| Monday, 06 February 2006 | |||||
|
Remember the good old days of PeopleSoft 8.3, 7.5, or earlier? Back then, if I wanted to find out where a record was used on-line all I had to do was to pull it up in App Designer and keep running Find Object References to locate the page, then the component, and finally the menu. Once I knew the menu it was pretty easy to figure out how to get there. But since PeopleTools 8.4x, the Portal makes everything a more difficult. Now, even if you know the menu, you still have no clue how to navigate there through the portal. So I developed a couple of scripts to find components and processes in the PeopleSoft portal, and tell you exactly how to get there. FindComponentNavigation: This script will show you the portal navigation to the component you specify. For example: SQL> @c:\temp\findcomponentnavigation APPMSGMONITORThe first line shows the navigation, and the second shows what the last part of the URL will look like when you navigate there in your browser. FindProcessNavigation does the same thing for processes. For example: SQL> @c:\temp\findprocessnavigation XRFWINWarning: Both of these were queries written for an Oracle database using SQL Plus, and use Oracle-specific formatting and query syntax. They were written to go against PeopleTools 8.45 tables, but I believe they will work with all current PeopleTools 8.4x versions. Enjoy!
|
|||||
| Last Updated ( Monday, 06 February 2006 ) | |||||
| < Prev | Next > |
|---|
