Expand my Community achievements bar.

SOLVED

How to customize the out of the box reports to add tags present under cg:tag for aem6.5

Avatar

Level 8

Hi ,

 

We are using asset report out of the box

which shows on clicking

tools->Assets->Reports

 

On click of create and selecting Expiration it opens up below UI

srinivas_chann1_0-1653374249893.pngsrinivas_chann1_1-1653374293423.png

Under cq:tags we would to show up the option to select multiple tags from under /content/cq:tags/

 

So how to customize the code present under http://localhost:4502/mnt/overlay/dam/gui/content/reports/createreportwizard.html

 

Please let me know where to look for the code for this to customize it

 

Regards,

Srinivas

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

You can try ACS common reports there you can write your own content managable queries.

 

Unfortunately, you can't overlay http://localhost:4502/mnt/overlay/dam/gui/content/reports/createreportwizard.html  because it is marked as granite:InternalArea

https://experienceleague.adobe.com/docs/experience-manager-64/deploying/upgrading/sustainable-upgrad... 



Arun Patidar

View solution in original post

4 Replies

Avatar

Community Advisor

Here you can only able to add the field but not the specific values for that field.

 

Himanshu Jain

Avatar

Level 8

Hi,

 

I need to customize this so the where in libs i can find the code ,so that i could overlay under /apps and modify it

 

Thanks

Avatar

Correct answer by
Community Advisor

Hi,

You can try ACS common reports there you can write your own content managable queries.

 

Unfortunately, you can't overlay http://localhost:4502/mnt/overlay/dam/gui/content/reports/createreportwizard.html  because it is marked as granite:InternalArea

https://experienceleague.adobe.com/docs/experience-manager-64/deploying/upgrading/sustainable-upgrad... 



Arun Patidar

Avatar

Employee Advisor

In case if you are using acs-commons then you could refer the below steps -

1. Navigate to Tools ----> ACS AEM COMMONS----> Manage Controlled Process as shown below -

    

DEBAL_DAS_0-1653414031062.png

2. Clicks on Manage Controlled Process and then select Start Process as shown below -

    

DEBAL_DAS_1-1653414195000.png

3. Then select Tag Report -

DEBAL_DAS_2-1653414233414.png

4. Define entries based on your requirement and click on start -

   

DEBAL_DAS_3-1653414287250.png

5. Then click on Start Process -

DEBAL_DAS_4-1653414346220.png

6. Click on Tag Report row, you will be getting pop up with download option -

DEBAL_DAS_5-1653414409168.png

 

Hope this will help .