Search code examples
dynamics-crmworkflowdynamics-365dynamics-crm-365

How to associate two optionsets to one field in Dynamics CRM 365?


I have one field field1. Now I want to set field value as per optionset selected.

Ex: master field has 2 options, if I select option1 from master field then field1 should be filled with Optionset1 else field1 should be filled with Optionset2

So is there any way to get it through crm without any code customization?


Solution

  • No code solution is not possible yet for this cascading dropdown functionality in OOB Dynamics CRM.

    Dependent OptionSet Generator by Guido is your best bet.

    Minimal code & configuration by community and SO thread are other choices.