Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Clear Session Variable

Adheshwar2
Kilo Guru

Hi,

     Is it possible to clear session variable from scoped application. I tried but it says no method found. If it has to be done through Global from my scoped application is it possible and if so How can I clear session variables in scoped application?

1 ACCEPTED SOLUTION

JerryJ071847183
Tera Sage

Hello this link would be worth checking ...

https://community.servicenow.com/community?id=community_question&sys_id=2e6c53ffdbde00501cd8a345ca96...

 

Here they have done with catalog via script include , which in your case you can call the script include by appending prefix of scope to the script include.

 

Mark my ANSWER as CORRECT and HELPFUL if it helps

View solution in original post

1 REPLY 1

JerryJ071847183
Tera Sage

Hello this link would be worth checking ...

https://community.servicenow.com/community?id=community_question&sys_id=2e6c53ffdbde00501cd8a345ca96...

 

Here they have done with catalog via script include , which in your case you can call the script include by appending prefix of scope to the script include.

 

Mark my ANSWER as CORRECT and HELPFUL if it helps