Managing Configuration Data on the Web Server
Some of the servlet filters that I have previously demonstrated make use of configuration data that originates from the PeopleSoft application. This configu...
Some of the servlet filters that I have previously demonstrated make use of configuration data that originates from the PeopleSoft application. This configu...
I’d like to share a demonstration of a field-level data masking solution that I’ve created for PeopleSoft. This project showcases a lot of the techniques th...
The HTML element IDs that appear on PeopleSoft pages follow an officially undocumented naming convention. It would be nice to know the exact naming conventi...
Modifying or transforming response data generated by the web server is a great use of servlet filters. I read a nice Stack Overflow thread that discusses th...
In this post I will provide a step-by-step tutorial on how to send SMS text messages in PeopleSoft. I will be consuming Nexmo’s SMS API to send SMS messages...