cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Possibility to show image from attachments on the header of Activity Task

former_member537604
Discoverer
0 Kudos
322

Hello colleagues,

We had a requirement to show on the activity task header image from attachments. As we investigated and according to previous similar questions (https://answers.sap.com/questions/11021407/display-image-from-the-attachment-folder.html) there is only way to display images by URL, but not by binary code (attachment content). Is it possible to get attachment's URL from C4C database?

Regards,

Dmitry

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member226
Employee
Employee
0 Kudos

Hi,

You can actually display the image from binary content in AttachmentFolder object, but it a little bit tricky. You need to use the C4C Session URL along with the attachemnt's File URL content as mentioned in https://blogs.sap.com/2020/03/23/visual-displayimages-of-approval-process-for-rich-ui-experience/ .