Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SOLVED

Exporting products list to Excel in AEM Cloud

Avatar

Level 1

Hi,

 

Is there some way to customize AEM Cloud Assets page to insert a button triggering a method backend to get the products list and export to Excel?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

You can create a custom servlet and write a query to list down the assets by entering parent asset path to reduce the load on images and the same service you can add a button to down the list in excel. 

 

In this way we don't need to override ootb code to add a custom button 

View solution in original post

0 Replies

Avatar

Correct answer by
Community Advisor

Hi,

You can create a custom servlet and write a query to list down the assets by entering parent asset path to reduce the load on images and the same service you can add a button to down the list in excel. 

 

In this way we don't need to override ootb code to add a custom button