How can I pull multiple categories on idea form when select from idea portal

prash4
Tera Expert

prash4_0-1707151780144.png

prash4_1-1707151784829.png

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

2 REPLIES 2

AshishKM
Kilo Patron
Kilo Patron

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.

 

AshishKMishra_0-1707154926929.png

 

-Thanks,

AshishKM


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

Hi @AshishKM 

 

Thank you for the update, let me try and come back to you