PeopleSoft Help
Tuesday, 12 February 2019
Flush data from Component Buffer in a Grid
In my case , I am flushing the grid data on field change of Qualification field
Local Rowset &Xlat;
/* --- Flush Elective Grid on Qualification Field Change --- */
&Xlat = GetRowset(Scroll.X_ELECTIVE_INFO);
&Xlat.Flush();
‹
›
Home
View web version