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
Amit_Amit_ 

Receive image files from java to salesforce in blob form

Hi,

 

I have a requirement  where I am getting Arraylist<blob> data which basically contain one or multiple Image from webservice class I need to parse this blob data and get the image file from it and insert/update it in my object. I have no idea how to insert the image to an object from the blob data. Any help is highly appriciated.

 

Thanks & Regards,

Amit_Amit_
Hi Vinita,

Could you please just guid me how to convert blob data to to an image file programatically. We are using Soap api. And in the object I'm using a field as "Text Area (Rich)" to insert the Image.

Thanks & Regards,