Skip to main content

Configuring Images with Lookup / Master-detail fields

Tables have the ability to configure Images with Lookup / master-detail fields. For example, the Parent Account field on Account can be configured with images using the image field.

Steps

  1. Go to App: Avnio Tables

  2. Go to the “Views” tab

  3. Go to the specific Tables View or Create View(for example, on Account)

  4. Add Lookup or Master-Detail field(i.e. Parent Account)

  5. Go to Lookup field Object(Account in this case)

  6. Create a field that can save the image of record(i.e. ImageURL__c)

  7. Configure image URL on all records

  8. Go to View’s Configuration JSON

  9. Go to the parent account field and set the image field API name in the property as below.

    CODE
    "imageField" : "ImageURL__c"

  10. Save View.

  11. Refresh Table View. Changes will get applied, and the image will be wrapped.

Screenshots

Before JSON Configuration Changes:

After JSON Configuration Changes:

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.