Hi,
How to assign the null value to the CrmDateTime field in Javascript?
Thanks,
Naveen
Hello, Naveen.
Just assign null value to field like:
crmForm.all.<field>.DataValue = null;
in the case of webservice call you should use following syntax inside your SOAP request:
<fieldname IsNull="true" />