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?
Solved! Go to Solution.
Views
Replies
Total Likes
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.
Hi @sourabh11,
You can try the implementation mentioned here - https://experience-aem.blogspot.com/2019/10/aem-6520-aem-assets-add-custom-metadata-columns-in-asset...
Hope it helps!
Regards,
Manpreet
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.
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.
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.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies