| Title | Under | Posted on |
|---|---|---|
| Peoplesoft technical | PeopleSoft Technical | 05/22/2013 - 2:37pm |
| Required Peoplesoft HRMS Functional Training | PeopleSoft Functional | 05/07/2013 - 10:29pm |
| Error while saving Voucher | PeopleSoft Functional | 05/02/2013 - 1:55am |
| santosh asking que | PeopleSoft Technical | 04/30/2013 - 10:22am |
recordname.fieldname is the old style peoplecode format. They both do the same thing but you should get in the habbit of using the field object format and that is recordname.fieldname.value
One thing you need to keep in mind when using recordname.fieldname.value with INSTALLATION or OPTIONS Tables is the the field object format doesn't work. For example, INSTALLATION.TL.Value = "N" is NOT valid. you need to go back to the old way such as INSTALLATION.TL.Value = "N".
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog