Month: March 2025

PeopleSoft Generated URLs Go To the Wrong Instance

Story time. I built a process that would load people. If there was an error loading a person, it would send an email. Because I would have no way of knowing what might have been written to the log (SSN, birthday, etc.), I decided to just include a link to the screen where a user could review and fix the error. Everything worked great.

The problem was that in certain environments, that URL went to production. It should have gone to the test environment where we were validating the new development.

What was the fix? Here are my notes…

Read More