Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

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 Accepted Solution

Avatar

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

View solution in original post

2 Replies

Avatar

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