Recently I have observed that there is a number of assets in my AEM DAM which doesn't have a cq:name while the majority of the assets does have.
My understanding is that the cq:name value is generated by AEM by default, and I would like to understand why it doesn't get added for certain assets.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @jezwn, AFAIK cq:name property is extracted to jcr:content node via DAM Metadata Writeback, specifically during XMP Writeback process.
You may dc:title property which is present on metadata node. Or nodeName if you are querying for filename over type= dam:Asset
Please share which AEM version you are using and the node path where you are getting cq:name property.
@Sachin_Arora_ I'm on AEM 6.5.16 and the cq:name is getting stored at jcr:content/cq:name
Hi @jezwn, AFAIK cq:name property is extracted to jcr:content node via DAM Metadata Writeback, specifically during XMP Writeback process.
You may dc:title property which is present on metadata node. Or nodeName if you are querying for filename over type= dam:Asset
Views
Likes
Replies