Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
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.

 

 

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 2

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.