Difference between revisions of "Cross Database Bookmarks"
From TekiWiki
m (1 revision imported) |
|
(No difference)
| |
Latest revision as of 08:51, 25 March 2016
PeopleSoft Users Companion Extras - Cross Database Bookmarks
This is additional information for readers of the PeopleSoft Users Companion
Here is the Cross Database Bookmarks code (makes it easier to copy and edit):
javascript:(function(){
var loc=location.href;
var parts=loc.split("/",9);
var newParts="https://server.domain.com:8000/psp/HRDEV/EMPLOYEE/HRMS/c/UTILITIES.PTPERF_TEST.GBL".split("/",9);
newParts[0]=parts[0];
newParts[2]=parts[2];
newParts[4]=parts[4];
location=newParts.join("/");
})()
Note that this script has been updated to allow the script to switch between databases using http and databases using https.
The PeopleSoft Users Companion is a Kindle eBook packed with hints and tips on using the PeopleSoft web more effectively. Get your copy today.