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
sfdev179sfdev179 

mass import images into Contacts object and Custom Object

I want to mass upload images of a contact in salesforce using scripted data loader if possible.The image of the contact has to be displayed on to the contact record.How should I go about it?

If I create a rich text area field the image when normally uploaded is displayed.But since im mass importing images,i need to find a way to do that using scripted data loader.

 

Any help would be appreciated.

 

Thanks

Ashish_SFDCAshish_SFDC

Hi SF Dev, 

 

You may use the existing Free app built by Salesforce labs called picture uploader which is handy to import images for Contacts. 

See the demo: http://www.youtube.com/watch?v=6bzm2O5FVGM

The App in the exchange: https://appexchange.salesforce.com/listingDetail?listingId=a0N300000016YT5EAM

 

Once you have this installed you may use dataloader to import the images. 

 

Regards,

Ashish

 

sfdev179sfdev179

But what about mass uploading pictures to a custom object?

Ashish_SFDCAshish_SFDC

Hi SFDev,

 

Yes you can also add images to custom objects, please install and explore the app.

 

You may also customize the app as it is UNManaged app. 

 

See the links below for further info,

 

http://blogs.developerforce.com/labs/2010/07/how-to-update-picture-uploader-for-use-with-your-custom-object.html

 

https://success.salesforce.com/answers?id=90630000000glUkAAI

 

Regards,

Ashish