How to add catalog item name in sc_request form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2020 09:25 AM
Hi All,
I want to add the catalog item name field in the sc_request form. I have tried but it is not working. Can anyone give me a solution?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2020 09:28 AM
Hi there,
Can you share what you tried and didn't work?
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2020 10:04 AM
I don't think it's possible to add dot walked field (or any other OOTB way) to have catalog item shown or on sc_request form.
Another thing to keep in mind is there could be multiple requested items under a single request (i.e. sc_request).
If you only have one RITM under sc_request then create a new reference field on sc_request table and using a BR on sc_req_item table set this field value to be same as item field on RITM.
-Tanaji
Please mark reply correct/helpful if applicable

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2020 10:06 AM
You can also do it for multiple RITMs but then you need a list field.
-Tanaji
Please mark response correct/helpful if applicable

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2020 10:08 AM
You could update the Request short_description through your Requested Item workflow with a Run Script utility or a Business Rule which runs on insert of every Requested Item to update the Request short description. Have you tried that already? Obviously this would only work fine if you only have 1 Requested Item on the Request.
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field