Need to create a Request from a Change Record in the SOW and native view using a UI Action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 01:15 AM
Hi Team,
I should be able to create a Request from a Change Record in the SOW and native view using a UI Action/Context Menu Action.
I have created UI action for native UI View and used the below script.
how to achieve this?
Regards,
Abhilasha G T
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 01:42 AM
Hi @Abhilasha G T,
Every parent child relationship involves a link at the reference level, it is necessary the add the parent sys_id to the child's specific reference list. For example the problem has that "Request for Change" field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 06:57 AM
Hi Alexan,
Hope's all good.
can you please elaborate here how to link parent child relationship. I tried its not working as expected , please check the this below script , any modification required, let me know.
I have created UI action for native UI View and used the below script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 01:44 AM
Could you clarify your use case? Generally, a change is raised via a request, not the other way around, and it's not considered best practice to do so.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 02:21 AM
Hi AG,
Thanks for your reply,
Below is my requirement,
- As a Fulfiller,
I should be able to create a Request from a Change Record in the SOW and native view using a UI Action/Context Menu Action - This should take me to a view of the Catalog, allowing me to select the Catalog Item I want to submit
- A relationship should be established between the original Change and the created REQ (ideally RITM)
Regards,
Abhilasha G T