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
Callum CurtissCallum Curtiss 

Using data loader to populate check boxes

Hi there,

We have a database on our website of various companies (around 2400).  These companies are also in our salesforce along with thousands of others.  I created a check box on a company record intended to mark the companies on the database we have on our website called 'on wesbite database'.  I can export a spread sheet of the website database and edit it so it just has the companies names.  I then want to upsert this onto salesforce in a way in which it will match company names on the excel sheet with those in salesforce and then populate the checkbox on the company record.  I hope the makes sense.

It will save a hell of alot of time on having to do it manually

Thanks in advance,

Callum
AshlekhAshlekh
Hi,

I think you need to make external field  in Salesforce by which you can do mapping with the record.

Here is the link about https://help.salesforce.com/apex/HTViewHelpDoc?id=faq_import_general_what_is_an_external.htm&language=en
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/langCon_apex_dml_nested_object.htm


-Thanks
Ashlekh Gera
Callum CurtissCallum Curtiss
Hey Ashlekh

Thanks for your help