Expand my Community achievements bar.

Custom column in the AEM collection list view

Avatar

Level 2

I have a requirement to add a custom column to the list view inside a collection in Adobe Experience Manager (AEM). Could anyone guide me on how to achieve this?

GokulakannanV_0-1736139621536.png

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

6 Replies

Avatar

Community Advisor

@GokulakannanV 

You can do overlay.

Go through the below link for customizing consoles.

https://experienceleague.adobe.com/en/docs/experience-manager-65/content/implementing/developing/ext...

 

For AEM collections, you can overlay the below path under apps

"/libs/dam/gui/content/collections/jcr:content/views/list/columns"

Avatar

Level 2

Correct me if I'm wrong by overlaying 

"/libs/dam/gui/content/collections/jcr:content/views/list/columns" we can be able to add columns in the list view for collection, but my requirement is to add custom column in the list view inside the collection

 

 

Avatar

Community Advisor

@GokulakannanV 

My suggestion to overlay under /apps/ and update it.

 

You can follow this old blog post, this should work even now. Give it a try.

https://experience-aem.blogspot.com/2019/10/aem-6520-aem-assets-add-custom-metadata-columns-in-asset...

 

Or else

This is a reference doc to add custom columns in Sites list view. You can follow a similar approach for your use case.

https://github.com/Adobe-Marketing-Cloud/aem-sites-extension-listview-columns/blob/master/README.md

 

Let me know if none of the above work.

Avatar

Community Advisor

Hello @GokulakannanV 

 

There are some additional columns already available that you can include from view settings option. Can you please check if the field you are looking for is in that list ?

 

narendragandhi_0-1736222393223.png

 

Thanks

Narendra

Avatar

Level 2

Hi, yeah, we can be able to add additional columns using view settings option but adding the column via view settings is a user specific. I need to add the column for all users

Avatar

Administrator

@GokulakannanV Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!



Kautuk Sahni