Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

how to write a custom rollout config which when gets called on selecting while rolling out the page

Avatar

Employee Advisor

how to write a custom rollout config which gets called on selecting while rolling out the page. I am extending BaseAction and it gets trigged all the time when rolling out a page

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi

 You need to write custom rollout action for this.

 you can refer : http://suryakand-shinde.blogspot.com/2015/01/custom-synchronisation-or-rollout.html

This is for older version but same you need to do for latest version also

 

Thanks

Dipti

View solution in original post

5 Replies

Avatar

Community Advisor

Hi @Bimmi_Soi ,

 

We can create custom rollout configuration under "/apps/msm/<PROJECT>/rolloutconfigs/<newconfig>" and we can create action(s) like editProperties. We have different properties that we can use.

 

Please check below video. Hope it helps!

https://www.youtube.com/watch?v=ZQnJkMWBW84

 

Reference-

https://experienceleague.adobe.com/docs/experience-manager-64/administering/introduction/msm-sync.ht...

Avatar

Community Advisor

Hi,

you need to create a custom rollout action and need to add in the rollout config. The custom rollout action can be written in Java e.g.

https://www.linkedin.com/pulse/aem-msm-custom-rollout-action-nurbek-umirov 



Arun Patidar

Avatar

Employee Advisor
Thanks. There were some challenges but I did some research and was able to do so. I will write a blog on it soon. Thanks alot

Avatar

Correct answer by
Community Advisor

Hi

 You need to write custom rollout action for this.

 you can refer : http://suryakand-shinde.blogspot.com/2015/01/custom-synchronisation-or-rollout.html

This is for older version but same you need to do for latest version also

 

Thanks

Dipti