You need to sign in to do that
Don't have an account?
David Somekh
Importing Blank Fields Into Existing Records
Hello All!
I have a problem when I want to delete incorrect email addresses from lead records.
After we did a mass email using salesforce we found out that a lot of the email's are incorrect. In-order to delete these email addresses we have to import blank fields.
But SalesForce does not let you import blank fields. If you import a blank field, the field will not be updated and it will stay at it's old version.
This applies to the built in import wizard and also to the data loader(update/upsert options).
Any help will be greatly appreciated.
For the data loader, under Settings, enable the checkbox "Insert null values" to override existing values with NULL.
http://na1.salesforce.com/help/doc/en/configuring_the_data_loader.htm
All Answers
For the data loader, under Settings, enable the checkbox "Insert null values" to override existing values with NULL.
http://na1.salesforce.com/help/doc/en/configuring_the_data_loader.htm
Hi,
I'm looking for the same function but for the built in import wizard.
Any idea?
Thanks
Dirk
We have a similar problem: we're constrained to the Import Wizard (Professional Edition) and are unable to set a custom field (that uses a multi pick list) to have no value. We can change the value to another one in the pick list, but we can't delete the value that's already in it.
Agreed, im bumping this old post. please help! Did anyone figure it out?
Unfortunately I still have no solution for this. Anybody else?
"To set a field value to null or erase the current value, fill out the column corresponding to the record and field to be updated with #N/A. The exceptions are a checkbox where you have to use 0 for unchecked values and lookup fields as the Import Wizard cannot null a lookup (must use an API tool like the Data Loader)."
https://help.salesforce.com/s/articleView?id=000314136&type=1