How to create multiple idea portals?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2025 10:22 AM
Yokohama
I found a post on the community indicating it is possible to create multiple idea portals but no details were provided. How is this done? Where can I find documentation on how to do this?
We have a need to set up different idea portals based on group or department or...?
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2025 10:46 AM
I have created a custom module that differs from the OOB one in my instance. I created custom tables, and modules for that. Navigation menu below:
(I have Next Experience disabled.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2025 10:52 AM
hmmm... thank you...we have next experience enabled.
i was hoping we could use the oob configuration for this... not really wanting to reinvent with custom tables, etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2025 01:16 PM - edited 06-18-2025 01:46 PM
The platform is designed so you can implement most anything you want. But duplication the OOB module is beyond the effort I want to expend. I suggest that you look in the table named 'im_module' and start there on your customization. Trying to guess how that OOB feature works is again beyond me. But with effort, I could duplicate that functionality as I've done in my Ideaville app.
BTW, I created that during some Servcenow training. It was pretty easy. A table, a Business Rule, UI actions, etc. And didn't take much time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 03:27 AM
Thank you for the suggestions