AEM 6.5 Assets List View Custom Column | Community
Skip to main content
New Participant
October 3, 2021
Solved

AEM 6.5 Assets List View Custom Column

  • October 3, 2021
  • 2 replies
  • 5710 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by lukasz-m

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.

 

 

2 replies

New Participant
October 6, 2021

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. 

manpreetk908
New Participant
October 3, 2021
sourabh11Author
New Participant
October 4, 2021

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.

lukasz-m
lukasz-mAccepted solution
New Participant
October 4, 2021

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.