DYNAMICS 365 HOW TO FILTER OPTION SET IN CLASSIC WEB INTERFACE AND UNIFIED INTERFACE
 
              I will talk about an issue when adding options to an option-set field using JavaScript.         Therefore, in this post, we will see how to filter Option set fields in Web Interface and Unified Interface .                   The issue will appear in the Unified Interface when:                                       The option-set field is used in the Web Interface AND the Unified Interface                                           The option-set field is added to the form header                                           The options are added dynamically using JavaScript                               In my below example, I am using two option-set fields                                       I added the fields to the entity form and the header form                                                                                              I added a JavaScript function on change of the Parent Option Set  field to filter the Child Option Set  based on the selected option      ...