Rich Text Label in catalog Item not showing image apart from ADMIN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2025 02:08 AM
Hi All,
I am working on a catalog item where there is a rich text label is used in which there is image with text.
When i open the catalog item i can see the image and text properly.
But when other is opening for them its coming like below.
I seen acl but not able to find the error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2025 02:26 AM
Hi @Pawan Kumar Rai ,
- Upload the image: Navigate to System UI > Images and upload the image.
- Get the URL: Once uploaded, the image record will have a [name].iix URL. Copy this URL.
- Insert the image: In the rich text label for your catalog item, use the "Insert/Edit Image" tool and paste the [name].iix URL. This will create a permanent, non-ACL-restricted link to the image.
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!
Thanks, GP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2025 02:35 AM
Hi @Pawan Kumar Rai ,
Please refer to the following links, this may help you:
Adding Images/Media/Links to a Catalog Item using Rich Text Label variable - YouTube
Solved: Re: How to Display a Image in the Catalog Item - ServiceNow Community
Solved: How to show a rich text label field on a Catalog i… - ServiceNow Community
Rich Text Label
Allow rich text formatting and image embedding in … - ServiceNow Community
Thanks & Regards,
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2025 08:12 PM
It's likely because the image file is stored as an attachment (or via the db_image table) and the ACL or visibility settings on the attachment or image record are restricting access, so to resolve it you should move the image into the db_image table (so it’s captured in update sets) and reference it with an <img src="/db_image.do?sys_id=…"> tag in your label HTML, or adjust the ACLs on the attachment/image so that non admin roles can read it....
If you found my response helpful, please mark it as ‘Accept as Solution’ and ‘Helpful’. This helps other community members find the right answer more easily and supports the community.
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/
