- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2017 11:01 AM
I've seen plenty of matches and hints on google searches for this but I just can't get this to work on my Helsinki Developer instance using Chrome.
I have created a navigation link with a module to open a new Work Order with a single field filled in. At first I tried populating a field I added to the table. When that didn't work I tried short_description. No matter what format I use for the link I cannnot get the field filled in. 1) what's wrong with my syntax and 2) should this work on user defined fields as well as ootb table fields?
In my module:
Link Type: URL (from Arguments).
Arguments: https://myinstance/nav_to.do?uri=wm_order.do?sys_id=-1%26sysparm_query=short_description=ambulatory
My user added field is u_tracking_type which I tried in place of short_description, it didn't populate either.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2017 11:14 AM
Never mind, this syntax does work. For some reason the favorite I was using to test this out wasn't working properly at all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2017 11:14 AM
Never mind, this syntax does work. For some reason the favorite I was using to test this out wasn't working properly at all.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2017 04:05 AM
please check with below arguments:
incident.do?sys_id=-1&sysparm_query=active=true^short_description=Nothing&sysparm_stack=incident_list.do?sysparm_query=active=true
do not mention the instance name.
Regards,
Venkatesham P