Expand my Community achievements bar.

SOLVED

AEM 6.5 Assets List View Custom Column

Avatar

Level 1

I have a custom property in my metadata schema editor "trackingId". I want to see this custom property in the list view of assets. How can i achieve this?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @sourabh11, In general mapping is happening on the renderer level. You'll need to extend/overlay /libs/dam/gui/coral/components/admin/contentrenderer/row/common/reorder.jsp, this is described as step 2 in the guide provided by @manpreetk908.

 

 

View solution in original post

4 Replies

Avatar

Level 1

Hi Manpreet,

how do you map that to the metadata property. I have already achieved showing a column but the values in it are not showing.

Avatar

Correct answer by
Community Advisor

Hi @sourabh11, In general mapping is happening on the renderer level. You'll need to extend/overlay /libs/dam/gui/coral/components/admin/contentrenderer/row/common/reorder.jsp, this is described as step 2 in the guide provided by @manpreetk908.

 

 

Avatar

Level 3

Was hoping as an Admin this would be easier to implement in the Settings by pulling from a selected metadata schema.  It is unfortunate we need to have this configured by an architect.