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
pcave_jrpcave_jr 

Setting picklist value to 'none' through the API

Do I need to pass a special value to set a picklist to 'none' when updating an object through the API? I've tried passing an empty string and it ends up setting the field to a 0.


Thanks,

Phillip

waylonatcimwaylonatcim
Have you looked at the fieldsToNull method?