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

how to update the picklist value dynamically while selecting another picklist option in picklist field
hi,
I want to update the picklist option dynamically in picklist field while i selecting the picklist option in another picklist field ,for example
1.state(picklist field)--india,america,if i chose the picklist option as america and clicks any button,it (america)will update in another pickist field.and also have to open the two text fields also.
thanks,
I want to update the picklist option dynamically in picklist field while i selecting the picklist option in another picklist field ,for example
1.state(picklist field)--india,america,if i chose the picklist option as america and clicks any button,it (america)will update in another pickist field.and also have to open the two text fields also.
thanks,
Are you wanting to do this via code by UI.
If it is through UI then you could make your State field dependent on your Country field. For so, please go to your Country field and on Dependent Fields, Create New, and select state. There you can declare which states are going to be on which Country and all.
Hope that helped!
Thanks!