
Hi i was working on model driven application.
i wanted to check if there is any way to display applicable choices based on the previous selected choice. since choices are defined earlier it shows all the choices that,s been Initiated .
couldn't find anything on the client side scripting and customization or in the business rules.
please help me solve this problem.
thanks
Hi Harshith,
Please refer the below link:-
https://stackoverflow.com/questions/68924159/hide-remove-option-set-value-using-javascript-for-crm-dynamics-365
MS Document Reference link:-
syntax you can use to remove/add the choice values based on the previous choice option:-
formContext.getControl(arg).removeOption(value);
value - Number - The value of the option you want to remove.
Thanks,
Manoj.
Please mark this as VERIFIED if it helps.