You need to sign in to do that
Don't have an account?

Dynamic Picklists
Getting stuck on trying to figure out where to go with this. With the example of Dynamic Picklists which works great. What if I had 3 picklists (A,B, and C). If after selecting a value on A, I find that there's only one value option for B, then I want that to be automatically selected for the user and then have C re-rendered now based on the value of B being selected.
I've managed to get this working fine with this one exception. If there's more than 1 value, then we want the user to select, but to auto-select if there's only 1. Any examples would be awesome. Thanks.

It depends on how you are loading the dependent picklist values. I ahve done something like this in AJAX and JS.