Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Siteadmin - filter pages created by author

Avatar

Level 1

We have multiple authors who create pages in AEM. Sometimes authors just want to filter the pages that they have created.
How can this be achieved in siteadmin ?

1 Accepted Solution

Avatar

Correct answer by
Level 8

Hi @dips1 

In AEM siteadmin OOTB we have option to sort pages based on modified by in "List View".

 

createdby1.png

 

 

If you want to sort pages based on "Created By" then try using "ACS Commons Page Report" 

http://localhost:4502/var/acs-commons/reports/sample-page-report.html?wcmmode=disabled

 

1. Access http://localhost:4502/editor.html/var/acs-commons/reports/sample-page-report.html,  add "ACS Commons Report Builder Text Column" component & define custom column to be added in report like in this case "jcr:createdBy".

createdby3.png

 

2. Access Page Report(http://localhost:4502/var/acs-commons/reports/sample-page-report.html?wcmmode=disabled), provide root path to list all pages & sort column with "Created By"  

createdby2.png

 

 

Hope this helps!

View solution in original post

2 Replies

Avatar

Community Advisor

you can run the page audit report

Go to tools  --> Reports --> Audit Report

http://localhost:4502/miscadmin#/etc/reports/auditreport

http://localhost:4502/etc/reports/auditreport.html

Avatar

Correct answer by
Level 8

Hi @dips1 

In AEM siteadmin OOTB we have option to sort pages based on modified by in "List View".

 

createdby1.png

 

 

If you want to sort pages based on "Created By" then try using "ACS Commons Page Report" 

http://localhost:4502/var/acs-commons/reports/sample-page-report.html?wcmmode=disabled

 

1. Access http://localhost:4502/editor.html/var/acs-commons/reports/sample-page-report.html,  add "ACS Commons Report Builder Text Column" component & define custom column to be added in report like in this case "jcr:createdBy".

createdby3.png

 

2. Access Page Report(http://localhost:4502/var/acs-commons/reports/sample-page-report.html?wcmmode=disabled), provide root path to list all pages & sort column with "Created By"  

createdby2.png

 

 

Hope this helps!