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.

We want this: image

To look like this: image

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

image

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

Related posts

Post a Comment