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
jontkjontk 

Setting empty values does not commit.

I'm trying to set an empty string value into a text field and the soap message returns a success but I don't see the field getting updated.

Has anyone else experienced this?

Thanks,
Jon
SuperfellSuperfell
use the fieldsToNull array.
jontkjontk
Thanks Simon.

Just to make sure I'm on the same page we ca NOT set empty values and have to explicitly set any fields that I want empty using the fieldsToNull array.
Maybe I'm mistaken but I thought this behavior was allowed before, no?

Jon
SuperfellSuperfell
This has always been the behavour.