Dynamics CRM Connector DateTime is less than minumum value supported by CrmDateTime

Hi there,

Using the Dynamics CRM connector again and came across the following issue:

DateTime is less than minumum value supported by CrmDateTime. Actual value: 01/01/0001 00:00:00, Minimum value supported: 01/01/1900 00:00:00.

Connector Error Log

The cause was me trying to send a date field across from NAV to CRM. However, if the date is blank when sending across to CRM the above error occurs.

Date Incorrect Setting

To resolve this issue, you have to make sure that the Date can be nullable. To do this you need to use the following function: GetUtcTime(Date Field)

Date Correct Setting

Hope this helps.

Barry

Leave a comment