Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
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

0 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.