Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

AEM 6.3 Assets List View Custom Column

Avatar

Level 4

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,

You need to update code to achieve that.

Please check below:

Render custom metadata for Assets in AEM

Touch UI for customized columns for websites



Arun Patidar

View solution in original post

7 Replies

Avatar

Community Advisor

Hi,

Overide /libs/dam/gui/content/commons/availablecolumns and add new node for trackingId

i.e. /apps/dam/gui/content/commons/availablecolumns/trackingId

Set properties e.g.

Screen Shot 2018-09-29 at 12.03.52 PM.png

Enabled column from view settings

​e.g. CustCol

Screen Shot 2018-09-29 at 12.04.10 PM.png



Arun Patidar

Avatar

Level 4

Hi Arun, 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,

You need to update code to achieve that.

Please check below:

Render custom metadata for Assets in AEM

Touch UI for customized columns for websites



Arun Patidar

Avatar

Level 4

Thank you Arun, this first link in your comment works for AEM 6.3 and the second link for AEM 6.2

Avatar

Level 1

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

 

Below link is not working

Render custom metadata for Assets in AEM

Touch UI for customized columns for websites

Avatar

Level 3

@arunpatidar , Please could you share the links again as they are not working. I too have a requirement where i need to add custom columns in list view and populate the data for the field for assets and pages.

 

Thanks,

Mahesh