Hi Team,
We have a requirement to display image in the screen which is sources from S3 bucket, is it possible to achieve in constellation without writing customer component?
Thanks,
Hari
Hi Team,
We have a requirement to display image in the screen which is sources from S3 bucket, is it possible to achieve in constellation without writing customer component?
Thanks,
Hari
Hi @HJetti
Can you please go through the link below for your reference:
Configuring the display of feed sources (pega.com)
Hope it helps.
Thanks
Megha
@HJetti We have achieved this requirement by using a property of type url and it has an option to display it as Image.
@HJetti Hi Could pls help me with the sample Alt Text Value. I need display image from both external website as well as from Data-Content-Image.
Hi @HJetti, Did you used image source as hyper link or its internal binary file created in pega.
@HJetti We store images using DATA-CONTENT-IMAGE; when we set the URL property with http://myserver:8080/prweb/datacontent/Image/filePath/fileName.fileType, it does not display image in constellation. Suggestions?
@HJetti Did you include the image in Case? When I am trying to include the same in a landing page,
Any suggestion would be helpful.
Binary files are not supported. You have to use URL to display the image in Constellation.
Hi @RameshSangili,
When you say URL, its a hyperlink from internet?
Ex: Image from Google search and providing that link here ?
@Ronali,Have you Find any solution for it
@HJetti,Can you pls explain me how you archived
@Arnab2202The whole reason for someone it is working and some one not ,Probably because the view where we are displaying it, as it will work only if the entire view is readonly. if it is a form view even though you make url readonly and display it as image it will not work and plain url will be displayed as per my observation.