How to retrive the data from 3rd scroll, using traversing.
any one can help with the clear syntax

Answer Posted / venkatesh

&LEVEL0 = GetLevel0();
&LEVEL0_ROW = &LEVEL0(1);

&LEVEL1 = &LEVEL0_ROW.GetRowset(SCROLL. STDNT_CAREER); /*it will loop every career*/
For &I = 1 to &LEVEL1.ActiveRowCount
&LEVEL1_ROW = &LEVEL1(&I);
&LEVEL2 = &LEVEL1_ROW.GetRowset(SCROLL. STDNT_ACAD_PROG);
For &J = 1 to &LEVEL2.ActiveRowCount /*it will loop every program under career*/
&LEVEL2_ROW = &LEVEL2(&J);
&RECORD = &LEVEL2_ROW. STDNT_ACAD_PROG;
​&FIELD = &RECORD.Descr;

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is standard hour and fte auto calculated?

641


How is geographic location code different from locations?

564


What is the purpose of employees table in ps?

550


How to create field as mandatory?

620


How do you setup and assigning tree-based data permission?

528






What’s the difference between person or position?

535


How do you setup search/match?

560


What are transaction tables in peoplesoft hrms?

633


How do you modify security trees?

570


What are the different options of determining reporting hierarchy in ps?

531


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

558


What is regulatory region?

587


In which situation will an employee need to have more than one employee instances with an organization?

561


In which situation will an employee need to have more than one employee instances with an organization? Explain with an example?

575


Explain what is the most important record in ps hrms?

517