Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

gs.getSession().isInteractive()

Not applicable

Could somebody tell me how does work the next instruccion: gs.getSession().isInteractive()

4 REPLIES 4

john_roberts
Mega Guru

In simplest terms, interactive is a transaction generated from a user session as opposed to a background or system process.


Does gs.getSession().isInteractive() return FALSE if update is performed via Web Service?


Just tested in our instance - looks gs.getSession().isInteractive() returns FALSE if update is performed via Web Service


It returns true if the action it's running against is performed in the UI in a logged in session, (i.e. in a browser)

thanks,
Marc