Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

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