How to display images from object Attachments
Summary
I need to know how to display a file image from an object AttachmentContent
Can someone tell me how to get file attachments from the crmRest API and display as inline image?
I'm able to get the attachments from the object including the FileContents URL. The FileContents URL is a fully qualified URL. How can create an Action REST API request using a fully qualified URL to get the binary data to create the image?
0