コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

cq:name not populated for AEM assets.

Avatar

Level 7

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.

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

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

元の投稿で解決策を見る

3 返信

Avatar

Community Advisor

Please share which AEM version you are using and the node path where you are getting cq:name property.

Avatar

Level 7

@Sachin_Arora_ I'm on AEM 6.5.16 and the cq:name is getting stored at jcr:content/cq:name

Avatar

正解者
Community Advisor

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