Implementing Timeout Javascript in a PeopleSoft iScript -


regular peoplesoft components automatically generate timeout popup window when user logged out. iscripts, however, not.

i reverse-engineer javascript peoplesoft automatically generates components in order leverage existing code.

before do, thought i'd check if else has done this, , if there gotchas, tips or tricks. or maybe there's better way?

i reverse engineered how navigation collections page (which iscript) works since handles timeouts. solution relatively simple.

first, include results of %request.expiremeta (peoplecode function) in portion of html generate.

secondly, include delivered javascript pt_savewarningscript in html generate.

finally, have iscript call javascript function setuptimeout().


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -