I'm inserting a record which has DateTime. For some objects setting this DateTime is not necessary, and I would like to set a null value. Somewhere along the road null because default, and default is 1/1/0000 and then I get this fancy message:
DateTime is less than minumum value supported by CrmDateTime. Actual value: 01/01/0001 00:00:00, Minimum value supported: 01/01/1753 00:00:00
Is there a way to insert no values for entities in the sdk? Its de default behavior of Dynamics, it the field is not required it is empty if not set.
*This post is locked for comments