Asked by:
Change value of second dropdown based on value from first dropdown

Question
-
I have two dropdowns on a form
FirstDropdown, values (One,Two,Three)
SecondDropdown, values (1,2,3,4,5)
I need to add 6,7,8 to the second Dropdown which i can add to SecondDropdown values. But the requirement is that those newly added values should only be visible if One and Two is selected from the FirstDropdown. What will be the best approach to accomplish this requirementMonday, January 9, 2017 1:47 PM
All replies
-
I think you will need to use JavaScript to manage this.
Have a look at this MSDN article.
Thursday, January 12, 2017 12:12 AMModerator -
Please look at some of blog articles related to this,
https://msdn.microsoft.com/en-us/library/gg594433.aspx
https://blogs.msdn.microsoft.com/paf/2011/04/21/how-to-easily-create-dependent-picklistoption-set-in-crm-2011/
https://community.dynamics.com/crm/b/webfortisblogunleashingyourcrm/archive/2015/01/27/another-approach-to-dependent-pick-lists
http://www.powerobjects.com/2016/03/15/how-to-use-dependent-lookups-for-dynamics-crm-201320152016/
http://blog.crgroup.com/cascading-dependent-option-sets-in-dynamics-crm-2013-and-crm-2015/MayankP
My Blog
Follow Me on TwitterTuesday, January 17, 2017 10:57 AMAnswerer -
Hello,
have a look on following link, it works perfectly for us, I hope it could help you.http://crmoptionsets.azurewebsites.net/
I Hope I could help. If I have answered please mark as 'Answer'. If was just helpful, please vote.
Thanks
Check out our MSCRM tools @
https://xrmwebkit.osmosys.asia
- Edited by Ashok Jinkala Friday, January 20, 2017 12:07 PM
Friday, January 20, 2017 12:00 PM -
Use a business rule to make visible the second dropdown.
- Proposed as answer by Kristian Cole Thursday, February 9, 2017 1:38 PM
Thursday, February 9, 2017 1:37 PM