function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ArchonArchon 

Edit date field to null

Hi,

I have a custom date field with a date that I am trying to set to null through the API.  It builds/runs fine, but when I view the date through Salesforce, it hasn't changed at all. What am I missing?
NPMNPM

You may be doing this already, but we learned that when using the API, within your integration you need to populate an array with the field names to explicitly set to null.  There is information on this on the developer network http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_calls_concepts_core_data_objects.htm

Again, you may be doing this, but then maybe you are not aware of it like we were not when we tried seting fields to null.