How to use scrollselect in peoplecode
How to use scrollselect in peoplecode : You can use scrollselect function of peoplecode for flush data from record, table and record view that populate data to scroll area/ grid on page of peoplesoft.
You can use scrollselect in many level of grid or scroll area by use this syntax at below
ScrollSelect(levelnumber of grid or scroll area, [record.level1_recname, [record.level2_recname,]] record.target_recname, record.sel_recname [, sqlstr [, bindvars]] [, turbo])
where bindvars is an arbitrary-length list of bind variables in the form: bindvar1 [, bindvar2].
ref : https://docs.oracle.com/cd/E13292_01/pt849pbr0/eng/psbooks/tpcl/chapter.htm?File=tpcl/htm/tpcl02.htm