Need Help With PeopleCode Calling setInterval JavaScript Command.
I guys. I'm on PeopleSoft 9.2.27 and PeopleTools 8.56.09.
I'm trying to see if I can get a grid to refresh on an interval.
To achieve this I set my Push Button Page Field Name on the General Tab.
I then added an HTML Area and set the JavaScript based on the number of milliseconds entered into the an Edit Box.
The refresh works as I see the data in my grid update as expected.
The problem comes when after every refresh it seems to setup a new interval.
So the second time the refresh is called, it calls it twice, then three times, etc. until the refresh count exceeds the interval and the page becomes unresponsive since it is constantly trying to catch up.