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
Ravindar AdminRavindar Admin 

how to set defaut image to Rich Text area Filed if non of the image select in custom object in saleforce?

RD@SFRD@SF
Hi Ravinder,

Upload the image into salesforce org. Keep the link of the image ready for this to work. 

Once you have the image link do the following:-

1. Create a workflow rule with "on create" as entry criteria and check that if the "rich text field" is empty.
2. Add a field update to update the rich text field as ["<img src='link_to_image' />"], every thing inside the square brackets.

Activate the workflow and try creating a new record of that object. The entry criteria can be modified to check for other conditions as well.

Hope it helps :)

RD
 
Ravindar AdminRavindar Admin
Hi, I Have created workflow with field updation,But Image is not displaying ,Image having only 4kb size,no issue with the size i guess.
RD@SFRD@SF
Hi Ravindar,

Sorry for not replying, did you solve the issue.
If not I have tried it works for me

Can you send me the picture of your workflow and try inspecting the page with rich text editor to see if the imag tag is updated with the work flow

Regards,
RD