Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Hi All,
If a page is more than versions and is there a way to know when that specific version of that page replicated pro-grammatically?
I have checked in the backed and not able to see replication date of that particular version.
If anyone has any idea please help me in this regard.
Thanks,
Kishore
Solved! Go to Solution.
Hi Kishore,
When programmatically replicating you need to add some property or log to distinguish otherwise no option to find between regular/programatic.
View solution in original post
Hi Kishore@CQ,
Only, thing you can identify is the version which is last replicated.
By the below query in Query builder will tell the location of last replication of the page:
type=cq:AuditEvent
path=/var/audit/com.day.cq.replication/<page path>
property=cq:typeproperty.1_value=Activateorderby=@cq:timeorderby.sort=descp.limit=-1
Regards,
Varun Rawat
Views
Likes
Replies