내 커뮤니티 업적 표시줄을 확대합니다.

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

jcr:lastModifiedBy and jcr:lastModified is not getting updated on the original/jcr:content node whenever we update the json file

Avatar

Level 2

Hi,

jcr:lastModifiedBy and jcr:lastModified is not getting updated on the original/jcr:content node whenever we update the json file of DAM Asset.

 

I checked all the permissions also JCR Observation Listeners are correctly configured, Verfied Resource Type, Getting the correct user id from session, also verified mixinType of the node and i dont see any issue. Still these two properties are not getting updated please help me on the same.

 

Thanks & Regards,

Kalyan

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 5

Hi @Kalyan_ChakravarthyCh 

 

Please use AssetManager API instead of directly targeting the original/jcr:content of the Asset

You can use createOrUpdateAsset method to update the JSON file in the rendition folder.

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Level 5

Hi @Kalyan_ChakravarthyCh 

 

Please use AssetManager API instead of directly targeting the original/jcr:content of the Asset

You can use createOrUpdateAsset method to update the JSON file in the rendition folder.