Rich Text label attachment missing/broken when moved from dev to uat
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 07:19 AM
Hey Guys,
When moving an Richtext label from dev to uat with an image is broken, can i know the best procedure(Image is added directly by browsing the computer with png format)
Thanks in advance
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 07:39 AM
Hi @s_dinesh01
As a best practice, first upload the image to the Image (db_image) table and capture that in the update set.
Use the image name in the source (src) attribute of the image tag in html field.
Sample:
<p><img src="<IMAGE FILE NAME>" alt="" width="315" height="160"/></p>
Regards,
Siva