You are on page 1of 2

Help Menu Integration for PeopleSoft

Set the Help URL PeopleSoft variable to point to the pst8_gateway.html file, located in the PST8/hemi folder under the main folder of the published content. The path to find the file in HRMS is : apphr89/webserv/ps/applications/peoplesoft/PORTAL/HUMANRESOURCE S/English/pst8/hemi Open the file odbrand.js file in the notepad to do the modifications. Modify the Gkod.Variables.OD_BRAND to the value of "PeopleBooks". Save the file. If the content is in different languages, specify the full path of each content for any language, for which there is the content. If the language of the application is not found in the table below, the OD_DEFAULT_URL variable will define which content is used. The language code will be used which will act as the array index. Open the file odcontenturl.js in the notepad. Modify the following variables to the given values ,the Gkod.Variables.OD_APPLICATIONHELP_URL to give the path of the People Books : Gkod.Variables.OD_APPLICATIONHELP_URL=http://target database and port/PSOL/pbooks/f1search.htm?ContextID=%CONTEXT_ID%&LangCD= %LANG_CD% Change the text variable to give the name of the link. In this case it should be : Gkod.Variables.OD_SHOWHELPTEXT = "PeopleBooks"; There is another file odcustomurl.js which contains all the variables same as that of odcontenturl.js. These variable should have the same values as that in odcontenturl.js Also on the portal side the Web Profile needs to be changed to : o Navigation : People Tools > Web Profile > Web Profile Configuration o Search for the Profile name of the target database o Change the value of the field Help URL to : http://target database and port/ PSOL/ pbooks/ f1search.htm?ContextID= %CONTEXT_ID%&LangCD=%LANG_CD%

Restart the Web server to bring the changes into effect.

You might also like