Dear All,
I want a report with the asset path and fmUUID for my images test folder highlighted in yellows below.
Can anyone please help me here.
Thanks in advance
Sonu
해결되었습니다! 솔루션으로 이동.
토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.
조회 수
답글
좋아요 수
@SUNITACH1 : You can create an assets report.
Once, report is generated, you can view the report or have an option to download it as well.
You can refer attached screenshot to get the idea.
Other way is by doing a query, if you have some conditions to filter the DAM assets using query builder.
thanks.
@SUNITACH1 : You can create an assets report.
Once, report is generated, you can view the report or have an option to download it as well.
You can refer attached screenshot to get the idea.
Other way is by doing a query, if you have some conditions to filter the DAM assets using query builder.
thanks.
Hi @SUNITACH1 ,
Follow below steps:
1. Go to : AEM Assets | Create Report (Tools -> Assets -> Reports)
2. Give the title for your report and Click on Add report.
3. In Configuration add this query and select SQL2SELECT * FROM [dam:Asset] AS s WHERE ISDESCENDANTNODE(s,'{{path}}')
4. In search parameter or report basic parameter select a textfield and provide name as "path".
5. In result column provide your property name like "jcr:content/ fmUUID "
6. save it and now run it by giving the path.
Hope it helps!
Thanks
Tarun