- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2024 12:27 PM
I've been asked to add more questions to the Idea Portal. Since it's not advised to modify OOB behavior, I thought it might be best to use a record producer in place of the original Idea Portal. I have the record producer part built out and it functions like any other. BUT when it tries to create an Idea on the Idea table, it gives an error "Please enter close notes before you close the idea." in the service portal. This keeps the Idea from ever being created. If I go into the script of the RP and put close_notes it will create the Idea, but it goes to the Completed state pretty quickly. Any ideas on what would cause this to happen? I've looked at business rules, ui actions, flows, etc. I don't see anything that would force an Idea to a Completed state after creation.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-26-2024 07:20 AM
ServiceNow support advised me that the "category" field was mapped to "active" and that was causing the issue. Once that mapping was removed, the issue was resolved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2024 11:57 AM
Also, the Idea created from a record producer isn't showing in the Idea Portal for others to vote on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-26-2024 07:20 AM
ServiceNow support advised me that the "category" field was mapped to "active" and that was causing the issue. Once that mapping was removed, the issue was resolved.