Archive for the ‘EnterpriseOne - SQLs’ Category

Cleaning Up The Effects Of Deleting User Overrides In EnterpriseOne



Over a year ago, I wrote about how to delete User Overrides in EnterpriseOne. Well, I had to use that process the other day and felt I should probably publish a fix to an unfortunate effects of using the User Overrides application. What are these effects?  Well, when ...

EnterpriseOne 8.12 Functionality with Version 8.11 SP1



Background: In developing the Employee Self-Service user interface without using the portal, the development team had a need to be able to print out an employee's paystub and have it emailed to them.  The email portion of the process is handled by Optio but before it gets to the ...

Escape From SQL



The other day, one of my coworkers was presented a question from our development team: How can I use SQL to look for a "%" in a column? Well, the first guess is to use something like: SELECT * FROM MYLIB/MYFILE WHERE MYCOL ...

ESU Retrofits and Transfering Objects



<hint of sarcasm>Although JDE/PeopleSoft/Oracle has done such an awesome job with all of their products</hint of sarcasm>, sometimes you are forced to modify some of the objects.  Unfortunately, now that you have modified the object an ESU, that you need, may get released that has that object in it. ...

EnterpriseOne UserIDs Of Terminated Empoyees



My current employer is a publicly traded entity. As such, we are subject to SOX regulations. Because of this we run many reports periodically to satisfy the auditing department. One of those reports determines if there are any terminated employees that still have active UserIDs. Here ...