cq:lastReplicated date available on publish
Hi Everyone,
We are dynamically fetching values from one page to another. Based on the cq:lastReplicatedDate of one page we are doing a sorting and showing up the details on another page.If cq:lastReplicated is not there , then the values will not be sorted and we will not get details on another page.
We need the cq:lastReplicatedDate in publish environment also.How can we achieve this. We know cq:lastReplicatedDAte will not available in publish,but how can we resolve this issue?
Thanks