Expand my Community achievements bar.

Join us in celebrating the outstanding achievement of our AEM Community Member of the Year!
SOLVED

Last accessed time for asset

Avatar

Level 4

Hi,

Is it possible to find the timestamp for the asset last accessed from repository?

Thanks & regards

Sumit

1 Accepted Solution

Avatar

Correct answer by
Level 10

Yes - notice this node under dam assets - you can use one of its properties to get this information:

[img]damasset.png[/img]

This is updated when the asset is modified. However, reading an asset is not tracked.

View solution in original post

4 Replies

Avatar

Correct answer by
Level 10

Yes - notice this node under dam assets - you can use one of its properties to get this information:

[img]damasset.png[/img]

This is updated when the asset is modified. However, reading an asset is not tracked.

Avatar

Employee Advisor

What do you mean with "last accessed"? "jcr:lastModified" is maintained upon UI and workflow changes. But reads are not tracked.

kind regards,
Jörg

Avatar

Level 4

Yes, It is not tracked. That's why the question :).

The client wanted to archive all the assets not accessed by anybody for last 6 months

Anyway, we informed the client that it is not possible.

Avatar

Employee Advisor

Hi,

In that case I would recommend first to check every asset if it's still referenced. Any un-referenced asset, which is activated, can be deactivated then. And then it could get moved to the archive. You can also double-check with the webserver logs. That's probably somthing you want to do, as you never know, if such an asset is used from other sites as well :-)

kind regards,
Jörg