Here is a quick PeopleCode snippet to check the difference between two dates.
| 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 all,
I want to montior already existing records in HRMS if any new value is added to that records my program should capture that value and it shoud be displayed in online page .Kindly help me with sample code
Thanks in Advance,
Rita
You can track this using the audits.
When ever a field value is added/updated/deleted that will be captured in audit.
So if you query the audit records you will get an idea.
Regards,
Hari.A
Thanks Hari. So that i can query audit table and get relevant values. Is it right?
Thanks and Regards,
Rita
Yes. you are right..
Regards,
Hari.A
Post new comment