Nothing frustrates me more than developers modifying delivered PeopleSoft code without adding comments. It is easy to figure out who was the last person to touch a record by clicking on the Record Properties button in application designer. BUT it is not that easy when it comes to PeopleCode.
I have written the following SQL to help me identify the last person to modify a Record Field PeopleCode Event.
| Title | Under | Posted on |
|---|---|---|
| MD5 - SHA checksum of a file. | PeopleSoft Technical | 02/07/2012 - 5:29am |
| nVision Tabular Report through PIA with prompts | PeopleSoft Technical | 02/02/2012 - 10:07pm |
| Can we create an AE to mass update Position - Jobcode data? | PeopleSoft Technical | 01/18/2012 - 3:11am |
| Pay Components on job data can be defaulted and setup based on the rules? | PeopleSoft Functional | 01/05/2012 - 4:58am |
Comments
Hi, Lepa
Is it working on PS 7.63.04?
I found that there are only these fields in the record: PROGNAME, PROGSEQ, VERSION, NAMECOUNT, PROGLEN, PROGRUNLOC, LASTUPDDTTM, LASTUPDOPRID, PROGTXT.
Which one is record name? And field name?
I will appreciate that if you could reply with email.
Thanks a lot!
Hi Lepa, great piece of work!
Post new comment