PWA Link Combo Boxes

R

Rick North

Hey,

I was wondering if it's possible to link 2 combo boxes in the PWA Issues
list? Basically I have one list called Product. Then when an item is
selected in Product, the Category list must be populated with the respective
items as opposed to showing all possible categories for all products.

As an example:

prod1 - cat1
- cat2
prod2 - cat3
- cat4
- cat5

Any help would be appreciated!
Thanks,
Rick
 
J

Jonathan Sofer

No, this is not possible out of the box and I am not sure if custom
programming is an option here either.

To deal with the situation, you can create one field that has all the viable
options like this:
prod1.cat1
prod1.cat2
prod2.cat3
prod2.cat4
prod2.cat5

Or you run some exception reports to show where people have mis-tagged the 2
combo boxes.

Jonathan
 
Top