Finding the Navigation of PeopleSoft Components - Part 4 - Yet Another SQL Query to find navigation of PS Component
SELECT DISTINCT( portal_objname ), portal_uri_seg2 AS 'COMPONENT' FROM psprsmdefn WHERE portal_uri_seg2 IN (SELEC...
Formerly Shyam's PeopleSoft Blog
SELECT DISTINCT( portal_objname ), portal_uri_seg2 AS 'COMPONENT' FROM psprsmdefn WHERE portal_uri_seg2 IN (SELEC...
How to find the navigation of a particular process added to PeopleSoft Process Scheduler? Sounds simple ins't it. Here is what we do u...
For those familiar with releases prior to PeopleSoft HCM Enterprise Release 9.1 and PeopleTools version 8.50 the answer would be this. Do ...
How to find online navigation of a PeopleSoft Component/Page? After opening each PeopleSoft page in Application designer, we find the Peo...