Hi - I am trying to design the ability to select multiple options and be able to report on those options selected on the Opportunity table. I want to use an out of the box approach and avoid coding if possible.
The name of the new table will be Special Products and there will be about 30 of them. They need to be selected from the opportunity and need the ability for multiple selection.
The challenge is that there needs to be sub fields that appear based on the different selection of special products. I am able to accomplish this using a sub grid approach and business rules but it requires that I create a separate field for each sub selection and this becomes messy in the sub grid since there's close to 30 additional fields needed.
If I use the multi select field then business rules will not work with it and the only option would be to use javascript, and again I want to avoid code.
If anyone has any suggestions I'd be so appreciative!