Adding To PeopleBooks Documenation
We have some custom documentation that we want to have linked to when people go to the EnterpriseOne Documentation. Essentially we want an extra link on the first page of PeopleBooks.
So, I did a little digging into the structure of PeopleBooks and was a little surprised at its complexity. I guess it had to be that way to enable "contextual" help.
Anyway, I changed the psoltoc.js file in
E:\Program Files\psol\webserv\peoplesoft\applications\peoplesoft\PSOL\htmldoc\js
You can append the necessary Javascript to the end of the file similar to the line below:
document.writeln("<P CLASS=TOPICLIST><a href=\"http://yourserver.com/e1_documenation/index.htm\" target=\"_top\">" + "Custom Documentation" + "</a>");Tags: e1, enterpriseone, EnterpriseOne - General, EnterpriseOne - JAS (Java Application Server), PeopleBooks, peoplesoft


