The Now Platform® Washington DC release is live. Watch now!

Help
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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