PeopleSoft HRMS Question:

Download Job Interview Questions and Answers PDF

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

PeopleSoft HRMS Interview Question
PeopleSoft HRMS Interview Question

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 Interview Questions And Answers PDF

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?