Hi,
How to clear selected value from dropdown in CRM, on change of another text box value.
Thanks in advance.
Hi,
How to clear selected value from dropdown in CRM, on change of another text box value.
Thanks in advance.
Agreed Thanks
Hi Yogesh,
Happy to know we've helped.
I will also mark Marco's response as answer because it is also a valid and good approach.
Thanks Miguel, I was doing silly mistake, instead of .getAttribute I was writing .getControl.
Hi,
You can also do it via JS with:
Xrm.Page.getAttribute("field name here").setValue(null)
Hi,
you can achieve that by using business rules. You can verify a condition and then select the "Clear Field Values" option.
Please refer to this:
André Arnaud de Cal...
292,494
Super User 2025 Season 1
Martin Dráb
231,307
Most Valuable Professional
nmaenpaa
101,156