Possible to auto-link product images?

Viewing 3 reply threads
  • Author
    Posts
  • February 13, 2022 at 5:26 AM #46721

    Christian C
    Participant

    Hi,

    I want to manage device inventory and I would like to add an image depending on a list selection. Like if i choose color „gold“ I would like the product image gold to be added without always having to select it from my photos again. Is this possible?

    February 13, 2022 at 8:52 AM #46726

    Prashant M
    Participant

    I was able to do a JOIN on 1-1 relationship and display records including images.

    My table had ProductNumber , Category (Gold) , Picture

    Second Table Category(Gold) , and I could populate all pictures matching

    February 13, 2022 at 8:28 PM #46738

    Brendan
    Keymaster

    You could also write a Field Script that could do that for you. If you have your images located in a folder somewhere, you could have the code fetch the image and add it to the field in the record whenever you change the value.

    Something like this:

    record.addPhotoFromUrlToField(image_url, case_cover_id)

    You would have to provide the URL and the field ID.

    February 13, 2022 at 9:34 PM #46743

    Sam Moffatt
    Participant

    There is this sample that relies upon an external web service to populate image based on pick list values. You’d need to host the images external to TF or use an on disk location within the script folder access (though that’d only work on a Mac device and you’d have to sync the images to all devices that use it).

Viewing 3 reply threads

You must be logged in to reply to this topic.