I am trying to dynamically provide a set of picklist dates in a form 2.0 field (say Field B) based on the value already set in another field (say Field A). In other words if Field A="A" f=valid values for Field B might be {01-sep-19, 5-sep-19} but of Field A="B" then valid values of Field B might be {25-dec-19, 14-jan-20, 5-mar-20, 6-mar-21}. has anyone done this before?
You haven't shown what you've tried.
It sounds like Visibility Rules will work fine for this. (The "date" type is actually irrelevant, it's just a Select (picklist) of strings in this context.)
Hi Sanford,
i have managed to solve. it appears that you need to provide all possible date sin the picklist first, then you can filter based on the switch
Correct, the global picklist is a superset of the VR picklists.