Can a Service Catalog item create a story
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2025 12:36 PM
I would like to create a form for users to fill out which then would create a Story in ServiceNow for our team. Is this possible without doing customizations?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2025 07:23 PM
Hi @deseymour ,
Yes you can create a Catalog item to create a Story, however it's best to create a Record Producer instead in rm_story table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2025 08:21 AM
So with this I would be able to create a form that a user could fill out and the fields within the form would go into the story fields? For example, if I asked when they wanted to start work on their story, it would put that into an Expected Start Date field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2025 11:50 AM
That is correct. You can map your record producer variables to fields on the destination table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2025 02:43 PM
Hello @deseymour ,
I have created a Record Producer and mapped it to the Story table. When a user submits the Record Producer form, a Story is automatically created based on the field mapping. Follow these steps to implement it
I hope this answers your question. If it helped, please mark my answer as helpful.