Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
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

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 

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