Skip to main content
Nintex Community Menu Bar
Question

Display Image from 3rd party server via SObject field URL

  • July 9, 2024
  • 4 replies
  • 12 views

Forum|alt.badge.img+7

I’m 3 days into Skuid and loving it. 

I’m looking to display a photograph on our student detail records, however I don’t want to have to add the photos to Salesforce as attachments/images.

We already have the images on a gallery type website, and I have the URL’s that I can add to the custom Student Object.  The field would be a text field with the full “http://server.com/images/12345.jpg”; sort of thing.

Would I use an inline snippet to render the image as a field?  I don’t suppose anyone has such a snippet around already… 😃

This topic has been closed for replies.

4 replies

Forum|alt.badge.img+17
  • Nintex Employee
  • 3766 replies
  • July 9, 2024

No snippet needed. Really only a bit of HTML code needed.

Drag a Template component into your page (or into your field editor).
Make sure the “HTML property” is selected.
Add some code that looks like this:

Make sure trhat field is in the model that is driving the template or field editor.

Hopefully that works.


Forum|alt.badge.img+7

Thank you very much, I totally overlooked the Template component.


Forum|alt.badge.img+3

Is there a way to extend this a bit so that when the image is clicked it redirects to a different page (similar to how the native Skuid photo view does)?


Forum|alt.badge.img+17
  • Nintex Employee
  • 3766 replies
  • July 9, 2024