To make things easier on users, you are most likely to order portal content references and portal folders in an alphabetical order. To do that, you need to navigate to your portal structure page (Portal Administrator role required), and edit each content reference and folder sequence numbers to be equal, for example, set them all to 100.
When all of your content references are set to be the same number PeopleSoft will automatically sort them alphabetically.
This way of approaching this could be rather time consuming if you are updating 100’s of links. I was wondering if there is a faster way by executing an update statement, after all, what I’m really doing is updating a number in the database.
I ran trace on one of manual attempts mentioned about and found out that PeopleSoft actually perform a series of deletes from “bunch” of tables as well as the actual content reference row from PSPRMSDEFN to then insert a fresh new row with the new sequence number. I however followed a different approach and executed a simple straight forward update statement to get the same result. I have tested this in our development environment and didn’t look like it is having any negative complications. So here is the SQL:
The sql also excludes any links that are marked as “hidden” as they really don’t need to get updated.
If you think there is a better way of doing this, please don’t hesitate to post your comments.
Title | Under | Posted on |
---|---|---|
Component interface Error: no rows exist for the specified keys | PeopleSoft Technical | 03/15/2019 - 3:54am |
ADD 24 months starting from current month.(peoplesoft) | PeopleSoft Functional | 07/29/2018 - 8:44pm |
TRC values dropdown | PeopleSoft Technical | 04/04/2018 - 12:54am |
how to find missing sequence in GRID and print the mising sequence number while saving through peoplecode | PeopleSoft Technical | 09/11/2017 - 4:49am |
Recent comments
2 years 16 weeks ago
2 years 21 weeks ago
2 years 21 weeks ago
2 years 23 weeks ago
2 years 23 weeks ago
2 years 24 weeks ago
2 years 26 weeks ago
2 years 27 weeks ago
2 years 30 weeks ago
2 years 36 weeks ago