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.
Solved! Go to Solution.
Views
Replies
Total Likes
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.
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.
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"
Views
Likes
Replies
Views
Likes
Replies