내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

how to add custom tile to the report wizard screen for custom report generation.

Avatar

Level 1

Hi , I need some pointers on how can we add the custom tile to the report wizard screen as shown tp generate a report. e.g. if i have to generate report for all sku's added within particular time frame so how can i add it to this screen. If anyone has implemented or has any idea about it please let me know.

ssawaikar_0-1653566013842.png

 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi @ssawaikar ,

 

To do this, you would need to overlay the existing report creating wizard in AEM.

As you can notice in your URL, the component you are looking for is present in dam/gui/content/reports...

 

By this way, you can overlay many things in AEM.

 

I have gone ahead and looked at this and the exact file which you would need to overlay is :

/libs/dam/gui/coral/components/admin/reports/createreportwizard/selectreportcard/selectreportcard.jsp

This is responsible for rendering all the different options present in the createreportwizard.

You would need to add a new button(div) in this JSP and add your custom logic/class to it. 

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi @ssawaikar ,

 

To do this, you would need to overlay the existing report creating wizard in AEM.

As you can notice in your URL, the component you are looking for is present in dam/gui/content/reports...

 

By this way, you can overlay many things in AEM.

 

I have gone ahead and looked at this and the exact file which you would need to overlay is :

/libs/dam/gui/coral/components/admin/reports/createreportwizard/selectreportcard/selectreportcard.jsp

This is responsible for rendering all the different options present in the createreportwizard.

You would need to add a new button(div) in this JSP and add your custom logic/class to it. 

Avatar

Level 7

Hi @ssawaikar ,
If you want to create additional Tile in Report Create Wizard, Overlay this path in apps "/libs/dam/content/reports/availablereports" and add a node for your tile under  overlaid path "/apps/dam/content/reports/availablereports"