Want to find out the queries that are set to run on recurrence? Here is a SQL that you can run.
Continue readingQuick tip that you use to review not just 10 but 100 support articles at once.
Continue readingHere is a quick SQL that you can run to find out PeopleSoft users that are logged into PeopleSoft via PIA web login.
Continue readingPeopleSoft Update Manager or PUM has become part of daily life of PeopleSoft consultants and so has the task of troubleshooting issues related to PUM. While troubleshooting an issue related to PUM, I had the need to look at some PUM tables and felt that you may also have a need for the same. Hence, […]
Continue readingYou can use below SQL to find PeopleSoft Navigation to a component. In below SQL replace the value of PORTAL_URI_SEG2 with your component name. SELECT DISTINCT REVERSE(LTRIM(SYS_CONNECT_BY_PATH (REVERSE(PORTAL_LABEL),’ >- ‘),’ >- ‘)) “NAVIGATION” FROM PSPRSMDEFN P WHERE PORTAL_OBJNAME = ‘PORTAL_ROOT_OBJECT’ START WITH PORTAL_URI_SEG2 = ‘PRCSDEFN’ — Replace with your Component Name CONNECT BY PRIOR PORTAL_PRNTOBJNAME […]
Continue reading