I have a option set column called "Business Unit" and the options are
"Edge"
"Core"
"Cloud"
Then I have another option set column called "Business category" and the options are
"Hardware"
"Software"
"Services"
If I select any option on "Business Unit" then the dropdown from "Business Category" should pop up based on the option, I selected in "Business Unit"
For eg:-
1. If I select "Edge", then only "Hardware" should pop up
2. If I select "Core" then "Hardware" and "Software" should pop up
3. f I select "Cloud" then "Hardware" and "Software" and "Services" should pop up
We are trying with JScript in CRM, but it is showing some error. Can anyone help me out how to write a script to achieve this process. I have to do this on priority.