Related Field (Image) not showing in Records List

Posted by pcs on 28-Oct-2018 18:52

If you create a Related Image Field from a related object, the image is blank in lists, however shows correctly on View and Edit Pages.

Is there a workaround until the bug is fixed?

Posted by mpiscoso@gmail.com on 29-Oct-2018 09:32

[mention:63d32422a11b4229ab4a749f4aea469f:e9ed411860ed4f2ba0265705b8793d05] you could do a template text or formula field in the object that houses your related field.

Use a code that is similar to this:

<img src="{!R12345.TOKEN_OF_RELATED_RECORD'S_IMAGE_FIELD#url}" />

That should give you what you need for the time being.

That can be extended to check if there is an inputted image or not.

Hope that helps.

Piscoso, Martin

All Replies

Posted by Srinivas Panyala on 29-Oct-2018 09:18

Unfortunately, no workaround is available for this issue.

Thanks

Srinivas

Posted by mpiscoso@gmail.com on 29-Oct-2018 09:32

[mention:63d32422a11b4229ab4a749f4aea469f:e9ed411860ed4f2ba0265705b8793d05] you could do a template text or formula field in the object that houses your related field.

Use a code that is similar to this:

<img src="{!R12345.TOKEN_OF_RELATED_RECORD'S_IMAGE_FIELD#url}" />

That should give you what you need for the time being.

That can be extended to check if there is an inputted image or not.

Hope that helps.

Piscoso, Martin

Posted by pcs on 31-Oct-2018 17:13

Thanks Martin. Works perfectly. I used a Template field as suggested and was able to display the image in the list.

Srinivas, please note there IS a workaround for this!

This thread is closed