Hey I have a question: I am currently storing info...
# suitescript
f
Hey I have a question: I am currently storing information in
const session = runtime.getCurrentSession();
but I am wondering if that session is across multiple companies/roles for a given user session. Or if that session should be tied to a user per company and role regardless if they user just switches roles?
👍 1