A subrecord in PeopleSoft is a way to group fields together and place them on a record, view, or a temp table. Here is a query you can use to identify records that have a specific subrecord.
When you modify a subrecord in Peopltools as for example adding a field to it. Make sure you modify (re-build, or alter) all the tables that the subrecord touches. You can use the SQL above to track down all the affected record but you really only want actual physical tables, views and temp tables. So, we will add rectype criteria to filter our results.
| 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 does any one know how to find out the actual record of a field which is in a sub record. I have to build a CI over this particular field but it is in a sub record and i am not able to find out the actual record of this field.
Any response will be of great help. Thanks in advance.
Post new comment