Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
SOLVED

Applying the property change to multiple Pages

Avatar

Level 2

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

 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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.h...

[2] https://experienceleague.adobe.com/docs/experience-manager-65/authoring/authoring/editing-page-prope... 

View solution in original post

3 Replies

Avatar

Community Advisor

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

Avatar

Level 2

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

 

Thanks.

Avatar

Correct answer by
Employee Advisor

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.h...

[2] https://experienceleague.adobe.com/docs/experience-manager-65/authoring/authoring/editing-page-prope...