You need to sign in to do that
Don't have an account?

Get rich text picture URL
I am trying to get the URL of an image which I have uploaded on my rich text field of a custom object. Any ideas or pointers.
You need to sign in to do that
Don't have an account?
You can't get image from rich text area.But you can retrive from attchment with related record.
I am just not sure how to get this URL. If you closedly monitor the URL, the first ID is the record ID for which this image belongs i.e EID
- The FEOID is same for all the images I have uploaded and I suppose REDIF is the one which distinguishes every image.
https://cloudapps-XXX-XXX--oscar--c.cs11.content.force.com/servlet/rtaImage?eid=01tU0000000wD6H&feoid=00NZ0000001Aloe&refid=0EMZ00000000UUb
There is also a command line processor; http://ftp.nluug.nl/editors/ted/TedDocument-en_US.html
Also, if you want to go the java app route, you can use the Java 6 RTFEditorKit -- the code woould look something like this;
Sorry I can't think of anything else