Import Opportunity Data - Null Date Field

Hi,

Im running SuiteCRM on nginx and MariaDB.

Version: 7.10.1

I have created a custom date field on the Opportunities.

Can I import NULL Values on this date field?.

I have tried importing NULL / Blank values for this date field, but this returns the following error:

“Required value missing”,“Expected Close Date: (date_closed)”,NULL,1

Can a null value be used?

I could fill these with dummy data like 2000-01-01 but thats not desirable

Regards
Brendan

If you want it to allow nulls, don’t set it as a “required” field.

You can change this either in Studio or directly on the vardefs PHP file.

1 Like