- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2019 05:03 AM
Hello Friends,
Please help me here, from emails hyperlinks we are opening a UI Page and updating table records.
How do get ticket information to query into table and update tickets in UI Page.
Thanks,
Basant
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2019 03:23 AM
Hi Basant,
So url is coming proper.
can you try this to get the value of url parameter sysparm_sysId
var recordSysId = gs.action.getGlideURI().getMap().get('sysparm_sysId')
Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2019 04:09 AM
Hi Ankur,
thanks for your reply.
Finally we gotted, sys id is coming into logs.
thanks again for your all help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2019 04:10 AM
Finally records are getting updated.
thanks for your continues help!