Monday, April 20, 2009

Peoplesoft Branding : Changing the Login Page.

The PeopleSoft branding mainly deals with the look and feel of your PeopleSoft system. Oracle delivers the PeopleSoft with the original Oracle Logo and a standard look. The system gives the maintenance team the flexibility to customize the system’s overall look.
Branding of Login Page and WebServer pages
HTML FILES :
The FileServer psftdocs consist of various .html files which are used by webserver to host various pages of PeopleSoft on web. The details of the files are as follows :
1. signin.html
Purpose : Front Page used as Login Page for Peoplesoft
Path :
$PS_HOME/webserv//applications/peoplesoft/PORTAL/WEB-INF/psftdocs// signin.html
(In my case : :/apps/crminstall/crm88/webserv/DEVPORT_DEVPORT_dcrmapp2PIAServer:/apps/crminstall/crm88/webserv/DEVPORT_DEVPORT_dcrmapp2PIAServers/dcrmapp.ear/PORTAL/WEB-INF/psftdocs/ps/signin.html)
2.
expire.html
Purpose : Html code for the page that appears when the session expires
Path :
$PS_HOME/webserv//applications/peoplesoft/PORTAL/WEB-INF/psftdocs// expire.html
(In my case : :/apps/crminstall/crm88/webserv/DEVPORT_DEVPORT_dcrmapp2PIAServer:/apps/crminstall/crm88/webserv/DEVPORT_DEVPORT_dcrmapp2PIAServers/dcrmapp.ear/PORTAL/WEB-INF/psftdocs/ps/ expire.html)
3.
signintrace.html
Purpose : Front Page with the check boxes for trace options.
Path :
$PS_HOME/webserv//applications/peoplesoft/PORTAL/WEB-INF/psftdocs// signintrace.html
(In my case : :/apps/crminstall/crm88/webserv/DEVPORT_DEVPORT_dcrmapp2PIAServer:/apps/crminstall/crm88/webserv/DEVPORT_DEVPORT_dcrmapp2PIAServers/dcrmapp.ear/PORTAL/WEB-INF/psftdocs/ps/ signintrace.html)
The appropriate changes can be done to above files to achieve the required look for the changes.

IMAGES :
The images related to these pages are present in the webserver in images folder.
The path for images folder is as under :
$PS_HOME/webserv//applications/peoplesoft/PORTAL //images


The Oracle Delivers its logo that appears on the front page of Peoplesoft Application by the name :
“OPSE_logo.gif”
This logo is referred in signin.html and expire.html.
Thus the login page (.html) file can be scripted and placed in place of signin.html (with same name).
Also if you are referring any other images in your html file, all the refeered imges must be placed in images folder reffered above.

4 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. Thank you for your concise and accurate information Shounak.

    ReplyDelete
  3. Hi Joshi, i want to put subtitle for my company logo on login page of PS. i have placed my new logo at image folder and removed the cache files too. even i am getting expected result. kindly let me know how can i fix this. thanks in advance...

    ReplyDelete
    Replies
    1. sorry - i am not getting expected result. kindly let me know please.

      Delete