Hi all,
I have a requirement in which i want to De-select all options of Multiselect optionset field in Dynamics CRM form when i click Save.
So it first check the all matching values in database against the values in Multiselect optionset field. After this it has to Uncheck all options in that field and will check only those option those are in database.
Right now my requirement is I want all values in the Multiselect optionset to be Un-Checked or De-select when the user clicks Save.
for this i have already written below code and it is showing following error.
Code: entity["new_multioptionset"] = null;
Thanks in Advance,
Ishan Sharma