Expand my Community achievements bar.

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

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

Topics

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

1 Accepted Solution

Avatar

Correct answer by
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.

View solution in original post

1 Reply

Avatar

Correct answer by
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.