コミュニティアチーブメントバーを展開する。

解決済み

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 受け入れられたソリューション

Avatar

正解者
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!

元の投稿で解決策を見る

2 返信

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

正解者
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!