LastReplicationDate update | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

EstebanBustamante
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
March 19, 2024

Hi, 

Yes, you can do that using the asset API (https://experienceleague.adobe.com/en/docs/experience-manager-65/content/assets/extending/mac-api-assets#update-asset-metadata). Although it is not recommended, this property is auto-updated when the replication event is triggered. If you need to rely on this for some reason, I think you should create your own property and make modifications to that new property.

Just for reference, this worked for me:

 

Hope this helps

Esteban Bustamante
kautuk_sahni
Community Manager
Community Manager
March 20, 2024

@serenapitotti Did you find the suggestion from user helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.

Kautuk Sahni
serenapitotti
Level 2
March 20, 2024

Currently trying to handle it following @estebanbustamante's suggestions. Will keep the community posted.