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
Edward GeeEdward Gee 

RecordTypeId is nillable but #N/A cannot be passed in as a valid value through Bulk API

Just curious, any ideas why the Bulk API throws an INVALID_CROSS_REFERENCE_KEY error when I pass in a #N/A as a value for the RecordTypeId field even though it's marked as nillable?  There doesn't seem to be a problem with the SOAP API when I pass in RecordTypeId to the setFieldsToNull method.