Make Entity Icon (avatar) visible in table view

Currently, we can not see the avatar of entities in the table view. But the avatar are visible for linked items. It would be great if we could have a column to turn it.

Iā€™m not sure what you mean @nimesh
When I have an entity with the Assignments and Avatar extensions enabled, I can choose to see the avatar of the assigned user in table view.

Type definition:

Table view:

1 Like

I hope this can help in better understanding it.
It would be more visually appealing as well. Also, we could add some emojis as an avatar, it would be even interesting

.

So do you mean that each entity should be able to have itā€™s own icon/symbol?

1 Like

To be exact, if we have avatar extension enabled, we should have the option to make it visible in a column.

1 Like

Sorry, i get it now. Nice suggestion.
There is a cheeky workaround if itā€™s really important to you: define a ā€˜helperā€™ type that links in a one-to-one relationship to the type youā€™re originally working with. Then define a lookup field from the ā€˜helperā€™ relationship back to the original type. For each original entity, create and link a new dummy entity of the helper type, and the lookup column will now show the original entityā€™s avatar and name.
Simple :wink:

2 Likes

I donā€™t know if this is the relevant place to ask, but thereā€™s no way to make an ā€œiconā€ field get displayed as an ā€œavatarā€, right?

I want to see just a state fieldā€™s icon on an entity, but it seems like the icon only gets displayed in conjunction with the ā€œnameā€ field. I was hoping the icon field would be treated similarly to the ā€œavatarā€ field where it could be displayed independently.

2 Likes