Hi fellow Trailblazer!
I have one requirement in hand, where there are two fields, one say - Field A which is a lookup field, while Field B which is a picklist field having around 100 values as picklist options. I need a solution that based on field A value, Field B's picklist values should populate. I can't go with dependent picklist solution, since Field A type should not be changed (from lookup to controlling picklist.)
Can someone please suggest what to do in above mentioned scenario?
Thank you!
1 réponse
Hi @Paramita Mallick Gupta This requirement may not be possible with out of the box functionality.
you may need to go with custom component to control the picklist values based on lookup value.
Thanks!