Leiste mit Community-Erfolgen erweitern.

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

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Delta content and DAM packages in AEM

Avatar

Level 2

Hey Friends,

I wanted to know what are the options that we have if we need to create delta packages for DAM and content. Example if we have a content node that has many pages and we update some of them then what are best options we have for creating delta package.

Thanks,

Nitin

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Employee Advisor

Adobe consulting team have shared this tool http://adobe-consulting-services.github.io/acs-aem-commons/features/query-packager.html which allows you to create packages based on the filters which are queried dynamically.  You can use this tool with SQL2/XPATH query which queries only the modified content filters between two dates and create the packages. 

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Korrekte Antwort von
Employee Advisor

Adobe consulting team have shared this tool http://adobe-consulting-services.github.io/acs-aem-commons/features/query-packager.html which allows you to create packages based on the filters which are queried dynamically.  You can use this tool with SQL2/XPATH query which queries only the modified content filters between two dates and create the packages. 

Avatar

Level 3

it looks good, I would like to find out all the added/modified assets/contents between two dates. can you please share the query for that.