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
liron169liron169 

Rich Text Area field with image

I'm trying to insert image into richText field, and having some issues.

It seems that when I insert the image, it shrink to smaller sizes then the orignal image.
I can resize in the field (by streching it), and it's working OK.


But then we need to move this data between enviroments (DEV - QA - Production), and every time I download the image from the source enviroment, and insert it to the target enviroment.
But each time the image size shrink, and need to amend it manually.
I'm worried it might cause data to not be synchronize.

My qeustion. Thinking one of below can help for this issue:
1.Why at all the image shrink when it is insered? any way to insert it in the original size?
2.Any way to move this data between enviroments, with the image? It surly cannot move with data loader.


SoleesSolees

It can be uploaded with Dataloader but you need the Force.com Explorer to do the query first.

 

This Images have been converted into a Base64 text.  This text you download from your test org and insert it into the Production org.

 

Not sure about your resize issue, but hope this helps you moving info.

 

cheers