You need to sign in to do that
Don't have an account?
How to Bulk Upload a image in a Rich Text field
Hello,
How to bulk upload a images in rich text field.
I have one custom object called Object_A__c and i have created a new rich text field it's called Rich__c. I have 1000 images i want to upload those images ito salesforce (Images should be map in a Rich__c field )
I created a CSV file / Make 2 colums / 1 for Name another one for Image.
Regards,
Soundar.
How to bulk upload a images in rich text field.
I have one custom object called Object_A__c and i have created a new rich text field it's called Rich__c. I have 1000 images i want to upload those images ito salesforce (Images should be map in a Rich__c field )
I created a CSV file / Make 2 colums / 1 for Name another one for Image.
Regards,
Soundar.
HI Soundar,
The Data Loader can be used to import images associated with rich text fields.
Please see steps at https://help.salesforce.com/articleView?id=000320965&type=1&mode=1
Note: The maximum size of an image that can be uploaded in a rich text area field is 1 MB.
Reference: https://help.salesforce.com/articleView?id=fields_using_rich_text_area.htm&type=5
Hope this helps you. Please mark this answer as best so that others facing the same issue will find this information useful. Thank you