Archive for the ‘Ajax’ Category

h1

Giving Due Credit

March 30, 2007

You’ll see in my blog roll a link to Rich Manalang’s blog – manalang.com. His blog entries on AJAX and Monkeygrease are really what sparked my interest in exploring enhancing PeopleSoft Applications with AJAX.

His blog gives a good example of how to take a PeopleSoft form and add AJAX to improve usability. Check out his posting on adding live search to a PeopleSoft Enterprise Application . His posting is using his server filter Monkey Grease, which enables him to inject the Java-Script without having to customize the search form.

If you follow Rich’s instructions, you will see the power of AJAX and PeopleSoft… However, when I followed his instructions with my Enterprise Portal application (v 8.9), the AJAX search results were different then the search results returned by delivered PeopleSoft search functionality. I had to re-write the IScript to call the search Application Package, which uses the search index group and the security filters used by the application. Once that was completed the AJAX search worked perfectly.

h1

Live Employee Seach Directory

March 26, 2007

I’ve used verity search in combination with AJAX to enhance the company directory feature in PeopleSoft HCM. This customization allows users to search for employees based on a number of different data elements such as department name, employee name and phone numbers.

Click here to see a flash video demo:

http://s98964087.onlinehome.us/employee_search.htm

h1

PeopleSoft & AJAX

March 26, 2007

Recently, I’ve been spending a lot of time playing with AJAX and PeopleSoft to improve usability.  While this isn’t a new thing, I haven’t seen too many examples posted on the web.  In the coming days, I’ll be posting a few examples of some of the proof of concept work, I’ve been developing… stay tuned!