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
vijayk1.393339369954256E12vijayk1.393339369954256E12 

Rich Text Area Field Issue

I want to export image from rich text area field and pust into production rich text area field.

Is this possible with Apex?
Sonam_SFDCSonam_SFDC
Hi Vijay,

Not from Apex but yes this can be done using API, the following post talks about a smiliar problem:
https://developer.salesforce.com/forums/ForumsMain?id=906F000000093X9IAI

Please go through, migt be helpful!
vijayk1.393339369954256E12vijayk1.393339369954256E12
I upload the following image from my machine.

When i queried the rich text area field the following field value retrieve 

<img alt="User-added image" height="375" src="https://c.ap1.content.force.com/servlet/rtaImage?eid=0019000000Swx0N&feoid=00N90000009D4EY&refid=0EM90000000YD0S" width="500"></img>

It is possible to upload that image or field value in production. Thanks