ImportBehaviour for fields in ERP Connect APIs

Is it possible to configure how to handle empty values in the imports endpoint of the erp connect APIs?
In my example the ERP sends a field as an empty string because they want the field emptied.
However, in the logs the FieldImportHelper outputs the following message:

Litium.Connect.Application.Erp.FieldFramework.Helper.FieldImportHelper - The field value of field ItemRestockDate is empty

And the old value remains in the field.

Can i configure the API to allow empty string as a value for this specific field (or all fields) in the event that the customer wants a field emptied?

The field is a DateTime, don’t know if that has anything to do with it.

Litium version: 8.9.0

Please, try to use ‘null’ instead, empty string can’t be converted to a date time.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.