Applying the property change to multiple Pages | Community
Skip to main content
New Participant
September 7, 2022
Solved

Applying the property change to multiple Pages

  • September 7, 2022
  • 2 replies
  • 1307 views

Hi Guys,

My question is simple :

 

I want to add 3 jcr property to AEM pages but the number of pages is huge and i don't want to write it through a java backend service or through a custom workflow process .

Please advice how it can be achieved.

 

Thanks

 

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 Mohit_KBansal

If you are using AEM on-prem setup, Bulk Editor [1] can solve your problem.

 

Another option you can try is Bulk Editing page properties [2]

 

[1] https://experienceleague.adobe.com/docs/experience-manager-65/administering/operations/bulk-editor.html?lang=en

[2] https://experienceleague.adobe.com/docs/experience-manager-65/authoring/authoring/editing-page-properties.html?lang=en#from-the-sites-console-multiple-pages 

2 replies

Mohit_KBansal
Mohit_KBansalAccepted solution
Employee
September 7, 2022
ksh_ingole7
New Participant
September 7, 2022

Hi,

You can use a groovy script to do the same. 

Follow the below guide and write a groovy script :

https://hashimkhan.in/aem-adobecq5-code-templates/groovy-script/

And execute the same first in your local instance using the groovy console.

Thanks

New Participant
September 7, 2022

@ksh_ingole7  it would be same to write a java service then.. am finding a solution built it..no custom scripts/code.

 

Thanks.