
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2019 08:06 AM
I am working with a scoped app and one of the requirements is to have two "Create New" modules.
I have a field named "type". One of the modules needs to open a new form with type set to "full_review". The other needs to set the type field to "fast_track." Can I pass arguments in the Module to do this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2019 08:13 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2019 08:13 AM
yes, you can pass in something like &sysparm_query=type=full_review

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2019 09:36 AM
Perfect! Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2019 08:14 AM
Hii,
Yes you can pass values via url to be set on fields on the form
You can sue the module of type URL(from arguments) and pass the argumens as below
/incident.do?sys_id=-1%26sysparm_query=caller_id=2809952237b1300054b6a3549dbe5dd4&assignment_group=XXXX
-Anurag
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2019 08:55 AM
Hi,
Send value in the url and get that value in onload client script and then set the values
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