Use case : When clicking on Create Request from the Interaction form, it should copy the fields from
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2025 02:05 AM
Use case : When clicking on Create Request from the Interaction form, it should copy the fields from Interaction form into the new Request in service operation workspace.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2025 02:12 AM
request it means you are redirecting to catalog item?
You can use onLoad client script on your catalog item and get the URL
Then it must have interaction sysId, use GlideAjax to get that sysId and then script include function will return values
Then you will set the variable value on your catalog form.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2025 02:38 AM
Suppose we need to copy from interaction record for one of the particular catalog how to apply it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2025 02:41 AM
Please mention the exact steps to achieve this