Author Archives: Prashant
Author Archives: Prashant
How do you notify PeopleSoft users about an event that has a system wide impact such as planned downtime or any other important update? Do you broadcast emails or post notice on internal portal or do you put a custom message for PeopleSoft login screen ? Here is how to put custom message on PeopleSoft […]
Continue readingSo you created an awesome private query and now you want to share it with another user. Since it’s a private query only the user id who created the query will have access to it. One way is to change the ps query from private to public. By making it public, everyone who has access […]
Continue readingThere is a general difference between public and private queries. As the name suggests, the public query is available for everyone whereas a private query can be used by the person who created it. But there could be a scenario, where you want to transfer the private query of one user to another. This could […]
Continue readingIf you know the component name & have SQL access, you can use this SQL to find the navigation to the component. However there is an easier way to find the navigation to a component or page from PIA. Navigate to Enterprise Components > Find Object Navigation. On this page, you have different options to […]
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. This SQL will work most of the time but in some cases you might have to validate the component name from PSMENUITEM, PSAUTHITEM table. There is an alternate way to […]
Continue reading