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
karenkkarenk 

Question on setFieldsToNull

I have a program that calls setFieldsToNull to set fields to null, but not all the fields in the null list were successfully done with the original value wiped off.  Strange things are : two fields, both are defined as text(50), one field with original value wiped off, another one was not.  Another two fields, both are picklist type, one successfully set to null, another one not. 

Anyone have clue ?

karenk

EnderEnder
Sounds like it may be a coding issue. Can you post your code? Are you passing up values for those fields?