Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
Is there a way to jcr query or sql query all the assets by the replication status? For example something like this.
type=dam:Assetpath=/content/damproperty=replication/isActivatedproperty.value=true
Solved! Go to Solution.
You need to use jcr:content/cq:lastReplicationAction property to filter by the replication status.
type=dam:Asset path=/content/dam property=jcr:content/cq:lastReplicationAction property.value=Activate
View solution in original post
Views
Likes
Replies