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
Solved! Go to Solution.
Views
Replies
Total Likes
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]
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
@ksh_ingole7 it would be same to write a java service then.. am finding a solution built it..no custom scripts/code.
Thanks.
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]
Views
Likes
Replies