Expand my Community achievements bar.

SOLVED

how to identify the user that uploads a file

Avatar

Level 3

Hello

 I'd like to know who uploaded a file.  Can I add a search criteria in the search forms?  Or extract it in a report?  If so what is the correct node to use to do so?

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi @sogden  you can just check the timeline of the asset (see snapshot below). It lists jcr:created and jcr:createdBy properties of the asset.

Screenshot 2023-01-27 at 3.00.13 PM.png

 

For bulk viewing , use OOTB Asset report.

View solution in original post

3 Replies

Avatar

Community Advisor

Hi @sogden,

Information about asset user who uploads the assets is represented by jcr:createdBy property stored under dam:Asset node.

crx-structure.jpg

You can use OOTB Assets Report:

  1. Open /mnt/overlay/dam/gui/content/reports/reportlist.html
  2. Select Create
  3. Choose Upload report
    report-1.jpg
  4. Fill all the data like title, date range, path etc
    report-2.jpg
  5. Add custom column that will show jcr:createdBy value
    report-3.jpg
  6. Click create and wait for report generation to be completed.

You can browse report directly on AEM or download results.

More about Assets Report can be found under:

Avatar

Correct answer by
Employee

Hi @sogden  you can just check the timeline of the asset (see snapshot below). It lists jcr:created and jcr:createdBy properties of the asset.

Screenshot 2023-01-27 at 3.00.13 PM.png

 

For bulk viewing , use OOTB Asset report.