コミュニティアチーブメントバーを展開する。

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

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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 受け入れられたソリューション

Avatar

正解者
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. 

元の投稿で解決策を見る

2 返信

Avatar

正解者
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.