Number of occurrences or page paths AEM component has been used in the content using bulk editor in 6.5 | Community
Skip to main content
JakeCham
Level 6
March 11, 2021
Question

Number of occurrences or page paths AEM component has been used in the content using bulk editor in 6.5

  • March 11, 2021
  • 1 reply
  • 1474 views

Hi,

Can anyone suggest me how to get the number of occurrences or the page paths that AEM component has been used in the content using Bulk Editor. ?

 

Thanks in advance. 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Shubham_borole
Community Advisor
Community Advisor
March 11, 2021

Hi,

 

You can try as below and export and sort by sling:resourceType to get usage for you component. May need to check the content Mode check box.

 

Other option is to got to http://localhost:4502/libs/wcm/core/content/sites/components.html and search for the group and component you want.

 

Then click on component and select live usage

 

Hope this helps

 

 

JakeCham
JakeChamAuthor
Level 6
March 11, 2021

Hi @shubham_borole

Thanks for the answer. For the bulk editor solution when I put full path of the component in query parameters field it is not working. But when i put component name there it is working. For my scenario I want to put fulll path of the component in query parameters field ?And also I have migrated old component to a new one and changed the old component's group to .hidden.Now I want to remove old one and is that fine to use bulk editor and putting full path for query parameters ?