- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2018 01:16 PM
I am trying to populate the description variable on a record collector form from an external URL. I am able to do so on a new Call form with the following URL:
https://<instancename>.service-now.com/nav_to.do?uri=new_call.do?sys_id=-1%26sysparm_query=description=this+is+the+description
which results in:
however, I'm unable to successfully pass it to a record collector for the New_Call table to the description variable. What am I missing? Can this be accomplished the same way with a sysparm_query? Any help would be much appreciated, thanks!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2018 02:13 PM
Or try below keeping the + sign
g_form.setValue('description',parm[1].toString().replace(new RegExp("\\+","g"),' '));
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2019 10:41 AM
Ahoy!
I'm a little late to the game here, but for anyone googling this question, I wanted to mention that I've just published a free tool that works on both CMS, and the portal. It also works on any catalog item it's added to, and for any variable!
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2023 10:26 PM - edited 04-27-2023 10:45 PM
Hello @Tim Woodruff
I tried your solution it's working much thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2023 01:59 PM - edited 05-06-2023 09:19 PM
Your first message seems to have said it's not working, but now it says it is working - I assume it's all good now? If so, glad to hear it!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2023 08:47 PM
I'm a little confused at your response. I'm pretty sure they were thanking you for the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2023 10:06 PM
Definitely difficult when someone is editing a message. Certainly changes the context of a reply 🤓 👍