I need cookie/Session functionality in Service Now how to get that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2016 03:39 AM
I have a requirement-
- Input taken from UI Page "PageOne"
- To pass those inputs from "PageOne" to multiple UI pages "PageTwo","PageThree" And "PageFour" and set their parameters at a time and refresh that page.
How to do that?Please help me,Thanks in advance.
Regards,
Swathi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2016 03:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2016 02:17 AM
Hi anurag,
Thanks a lot, but i want to fetch them in UI Page, not for a form.
How to achieve that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2016 03:32 AM
this is a client side code, you can sue if in the <script> tag or in client script part in ui page
g_user.getClientData('test1');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2016 04:07 AM
when i try to run in background script, to display test1, it is showing undefined.