fieldsToNull in Salesforce API Call

While doing API Calls in Salesforce, in fieldsToNull, an Array of one or more field names can be passed for whose value you want to explicitly set to null. When used with update() or upsert(), you can specify only those fields that you can update and that have the nillable property. When used with create(), … Continue reading fieldsToNull in Salesforce API Call