Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Check Content Fragment Reference for Nested Fragments (Using Fragment Reference Data Type)

Avatar

Community Advisor

Is there a way OOTB in AEM to check how many place Content Fragment is nested using Fragment Reference Data Type?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

I think if you have groovy console then you can write a script to find out those references.
Or If query works then use query builder or ACS Commons Report to generate report.



Arun Patidar

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

I think if you have groovy console then you can write a script to find out those references.
Or If query works then use query builder or ACS Commons Report to generate report.



Arun Patidar

Avatar

Employee Advisor

hi @Bhuwan_B , There is no OOTB solution to find the nested content fragment. You need to build custom solution for it.

If you just wanna know , then you can write groovy script to find it.

Hope this helps

Thanks,

Nikita Garg