Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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

AEM LinksLinkedIn

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

AEM LinksLinkedIn

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