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
How is standard hour and fte auto calculated?
How is geographic location code different from locations?
What is the purpose of employees table in ps?
How to create field as mandatory?
How do you setup and assigning tree-based data permission?
What’s the difference between person or position?
How do you setup search/match?
What are transaction tables in peoplesoft hrms?
How do you modify security trees?
What are the different options of determining reporting hierarchy in ps?
How to retrieve the data from 3rd scroll, using traversing?
What is regulatory region?
In which situation will an employee need to have more than one employee instances with an organization?
In which situation will an employee need to have more than one employee instances with an organization? Explain with an example?
Explain what is the most important record in ps hrms?