In journal create/update page we cannot get all the rows using ACtiverowcount or ROwcount functions
In peoplesoft 9.2, In Journal create/Update page. we cannot get all the rows in journal line using ACtive rowcount or Rowcount. It displays only the first 10 visible lines.
&ROW_SET1 = GetLevel0()(1).GetRowset(Scroll.JRNL_LN);
For &i = 1 To &ROW_SET1.ActiveRowCount
Is there any alternate way other than this. Please suggest.