Monday, September 7, 2015

Current Style Sheet Changed after PeopleTools Upgrade from 8.49 to 8.54

This is to explain how to change the look and feel of the PeopleSoft Application. There are several style sheets available in PeopleSoft which can be used to change the appearance of PeopleSoft Application. Oracle sets a default style sheet for each application version.
Below is the list of default Style Sheet for different Application Version.
9.0 and earlier – PSSTYLEDEF
9.1 – PSSTYLEDEF_SWAN
9.2 – PSSTYLEDEF_TANGERINE

To Find the Current Style Sheet used in PeopleSoft

1. Navigate to PeopleTools > Utilities > Administration > PeopleTools Options 
Check for the value of ‘Style Sheet Name’.



2. Navigate to PeopleTools > Portal > Portal Utilities > System Options
Check for the value of ‘Style Sheet Name’.



3. Naviate to PeopleTools > Portal > Portal Utlities > Registry Options
You will find the value if you have any registry options set for any Portal.

4. Run the Following SQL
SELECT STYLESHEETNAME FROM PSOPTIONS;
To change your Style Sheet name, you need to go to each of the above navigation and change the value of ‘Style Sheet Name’. Clear App Server, Web Server cache for changes to take effect.