difference between cq:lastRolledout and cq:lastReplicatedBy in AEM | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Nirmal_Jose

These are two different node type properties for two different features.

 

cq:lastRolledout is a property of Multi site management feature where in it defines the relationship between blueprint and live copy. When the blueprint page is published, a rollout is started and then the cq:lastRolledOut date will be modified on the live copy.  Documentation reference at [1]

cq:lastReplicatedBy is for replication feature where in a node is transferred from author to publishers/others. Documentation reference at [2]

 

[1] - https://experienceleague.adobe.com/docs/experience-manager-64/developing/platform/custom-nodetypes.html?lang=en#cq-liverelationship

[2] - https://experienceleague.adobe.com/docs/experience-manager-64/developing/platform/custom-nodetypes.html?lang=en#cq-replicationstatus

1 reply

Nirmal_Jose
Adobe Employee
Nirmal_JoseAdobe EmployeeAccepted solution
Adobe Employee
April 14, 2023

These are two different node type properties for two different features.

 

cq:lastRolledout is a property of Multi site management feature where in it defines the relationship between blueprint and live copy. When the blueprint page is published, a rollout is started and then the cq:lastRolledOut date will be modified on the live copy.  Documentation reference at [1]

cq:lastReplicatedBy is for replication feature where in a node is transferred from author to publishers/others. Documentation reference at [2]

 

[1] - https://experienceleague.adobe.com/docs/experience-manager-64/developing/platform/custom-nodetypes.html?lang=en#cq-liverelationship

[2] - https://experienceleague.adobe.com/docs/experience-manager-64/developing/platform/custom-nodetypes.html?lang=en#cq-replicationstatus