
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2020 10:07 AM
We just upgraded to Orlando and i wanted to see how to add a category to an existing Idea?
I already created a new Category in the [im_category] table called "Test Category" and i wanted to assign an existing Idea [IDEA000001] to this category. How can we achieve this?
Solved! Go to Solution.
- Labels:
-
Project Portfolio Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2020 10:57 AM
Make sure that every idea should have its m2m record in im_m2m_idea_category table. (create m2m mapping in the im_m2m_idea_category table between existing ideas and categories.)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2020 10:37 AM
That is the issue. There was a major upgrade to the Idea module from previous versions. It is now called Innovation Management
Here is the documentation to adjust old records to the new set up in Orlando

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2020 10:44 AM
Thanks for looking up the document for me. This was the document i was looking at earlier and it says to map existing ideas to new categories and my question precisely is how do we map the idea to a newly created category?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2020 10:57 AM
Make sure that every idea should have its m2m record in im_m2m_idea_category table. (create m2m mapping in the im_m2m_idea_category table between existing ideas and categories.)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2020 11:04 AM
also, I would check the new Idea core table - (im_idea_core) and make sure the old idea has the Module set to "Internal"
you can also look at this post to see how others solved other issues that have come up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2020 05:12 AM
Thanks!