PeopleSoft HRMS Question:

How to retrieve the data from 3rd scroll, using traversing?

Tweet Share WhatsApp

Answer:

getlevel0.getrow(1).getrecord(record.level1record)getrow(2).
getrecord(record.level2record)getrow(3).
getrecord(record.level3record);
The above answer is for to retrieve the 3rd scroll recoed
level data only.

If u want the field level information use below syntax
getlevel0.getrow(1).getrecord(record.level1record)getrow(2).
getrecord(record.level2record)getrow(3).
getrecord(record.level3record)getfield(field.fieldname);

Download PeopleSoft HRMS PDF Read All 6 PeopleSoft HRMS Questions
Previous QuestionNext Question
How to create field as mandatory?How to run the sqr in command prompt. What are the parameters that are used for running the sqr from command prompt?