この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
Hi guys,
We have a requirement to produce a daily summary of changes to DAM Assets under a specific folder. But of course, I'd rather not reinvent the wheel.
So before I go implementing something that runs using a SlingScheduler and records some record of changes from the previous run, I'd like to know if there is something that already exists that I can use to track changes in the JCR generally or the DAM specifically.
EDIT: I am using AEM 6.3
Thanks!
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
As far as I know, AEM does not record anything apart from JCR but events get triggered and store if something is changing in AEM.
you can utilize event handling instead of writing scheduler and get the latest status of the node as soon as it changes, No need to wait for the scheduler to run.
表示
返信
いいね!の合計
There are wide range of reports you can generate OOTB in AEM. Reports can be accessed from [1] by clicking on Create and select the type of report you want.
The capability allows you to schedule the release, but won't allow you to transfer it. If you are thinking of getting a report to a slack channel with a link to the report, you can expand the solution from the example in [2] using Adobe I/O eventing.
[1] - http://localhost:4502/mnt/overlay/dam/gui/content/reports/reportlist.html
[2] - https://medium.com/adobetech/monitoring-aem-asset-updates-with-adobe-i-o-events-9c2a8395880d
表示
返信
いいね!の合計
表示
返信
いいね!の合計
表示
返信
いいね!の合計
As far as I know, AEM does not record anything apart from JCR but events get triggered and store if something is changing in AEM.
you can utilize event handling instead of writing scheduler and get the latest status of the node as soon as it changes, No need to wait for the scheduler to run.
表示
返信
いいね!の合計
表示
返信
いいね!の合計