E1 Tips The Tips & Tricks of a CNC Administrator on Oracle JDEdwards EnterpriseOne

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 thumb Adding To PeopleBooks Documenation

To look like this: image thumb1 Adding To PeopleBooks Documenation

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 thumb2 Adding To PeopleBooks Documenation

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://yourdomain.com/customdocs.htm" target=\"_top\">" + "Custom Documentation" + "</a>");
pf button Adding To PeopleBooks Documenation
evernote Adding To PeopleBooks Documenationdigg Adding To PeopleBooks Documenationshare save 171 16 Adding To PeopleBooks Documenation

Leave a Reply