How To Find and Change Current Style Sheet in PeopleSoft | PeopleSoft Tutorial
2

How To Find and Change Current Style Sheet in PeopleSoft

PeopleSoft Style Sheets controls 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’.

PeopleTools_Options

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

Portal_System_Options

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

Portal_Registry_Options

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.

Prashant
 

  • SriGovind says:

    HOW TO CLEAR APP SERVER, WEB SERVER CACHE

    • Prashant says:

      Hi Sri
      Follow these steps to clear cache
      1. Application Server: Shutdown Application Server domain using psadmin and clear cache in PS_CFG_HOME\appserv\domain_name\cache.
      2. WebServer: Shutdown Webserver using stopPIA and clear cache. Search for cache directory in PIA_HOME\webserv\peoplesoft\applications\peoplesoft on Webserver Home.

  • >