AEM 6.3 Assets List View Custom Column | Community
Skip to main content
DhirajAg
New Participant
September 28, 2018
Solved

AEM 6.3 Assets List View Custom Column

  • September 28, 2018
  • 4 replies
  • 6687 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 arunpatidar

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

4 replies

DhirajAg
DhirajAgAuthor
New Participant
October 1, 2018

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

New Participant
October 3, 2021

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

New Participant
December 26, 2022

@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

arunpatidar
arunpatidarAccepted solution
New Participant
September 30, 2018

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
DhirajAg
DhirajAgAuthor
New Participant
September 29, 2018

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.

arunpatidar
New Participant
September 29, 2018

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.

Enabled column from view settings

​e.g. CustCol

Arun Patidar