My personal repository of PeopleSoft related findings. They cover various modules in CRM/HR/PeopleTools and whatever reusable useful information I can find to make my job easy.
&REC_GRAY = GetRecord(Record.TEST);
&INDEX1 = 1;
For &y = &INDEX1 To &REC_GRAY.fieldcount
&REC_GRAY.GetField(@("FIELD." -concat operator in peoplesoft-&REC_GRAY.GetField(&y).Name)).DisplayOnly = True;
End-For;
No comments:
Post a Comment