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
trishtrish 

Setting non-null values to null using update(), Partner WSDL

Hi, I am trying to set some fields that have a non-null value to null using the Partner WSDL. However this doesn't seem to work. Can somebody tell me how to do this? Thanks.
SuperfellSuperfell
use the fieldsToNull array on the SObject to indicate which fields to set to null.
trishtrish

I've tried that already. Doesn't seem to work.

SuperfellSuperfell
Please post your code.