Idea Portal + Record Producers and Categories
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-09-2023 10:09 AM
I've got a record producer to build out idea submissions. I'd like those ideas to post to the ideas portal which requires that an equivalent record be created in im_m2m_idea_category. My form is submitting to the idea table correctly, and I can see it in the backend, I'm just not sure how to go about setting the values for the im_m2m_idea_category on submission so that we don't need to go manually change those ideas (which works, but it's not ideal longer term).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-26-2024 07:18 AM
I know this is old, but I wanted to respond in case others search and find this like I did. I had already created a "Category" field on my record producer to capture the information that matches the values on the im_m2m_idea_category table. Below is the part of the code I put into my record producer script to create the records in im_m2m_idea_category.