Hi Community,
I am hoping someone has updated information on this issue im facing -
I have a "Custom" Portal for my D365 environment and a page with a form that creates tickets. I am trying to figure out the best way to add dependent picklists/optionsets. I have a Category > SubCategory > CaseType optionsets which are all dependent on each other and display different items depending on the parent value.
For Example: Categories would be like Cats or Dogs then SubCategory would display different Cat Breeds or Dog Breeds based on the Category selection.
Is there any easy way to approach this?
I know business rules won't work for the Portal page and I may be looking at some type of JS solution. I've also seen this possible solution, but it looks like the code is outdate and wouldn't work -> https://docs.microsoft.com/en-us/previous-versions/dynamicscrm-2016/developers-guide/gg594433(v=crm.8)?redirectedfrom=MSDN
I wish this was just included as a feature >.>