How can I pull multiple categories on idea form when select from idea portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2024 08:50 AM
Through business rule I am pulling one category on form but the requestor ask is to pull multi categories on form and when idea is converted to demand those categories need to carry forward to demand form.
category is reference field.
How can I achieve this, please suggest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2024 09:32 AM - edited ‎02-05-2024 09:44 AM
Hi @prash4 ,
You can use the category ( select box ) same as it's used on incident form, you can point to Choice [ sys_choice ] table for category and use the same field on idea and demand table and form.
Also check the table im_category, if the category field ( on idea form ) pointing to this table then you have to configure same table with "Category" field on "Create an Idea" form.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2024 09:57 AM