Hi All,
We have a requirement while creating an DAM asset report, It suppose to have only two columns in which the first one should have only folders(including sub-folders) in the selected DAM path and in the other the respective owner has to appeared. Once the report generated, after updating any fields in .csv. Same has to be updated AEM Assets page as well.
Please let me if you come across such development.
Thanks in advance.
Solved! Go to Solution.
Views
Replies
Total Likes
There is no out-of-the-box function that will do what you're looking for. All out-of-the-box asset reports export information on assets and only include folders as part of the path.
You can likely configure a report that meets your needs with ACS Commons Reports (https://adobe-consulting-services.github.io/acs-aem-commons/features/report-builder/index.html). Once you install the relevant package, you should be able to construct a query that stipulates a node type that aligns to folders to pull the relevant information.
Hope this helps,
Beau
You can check https://experienceleague.adobe.com/docs/experience-manager-learn/assets/advanced/asset-reports.html?... for Asset Report.
@rawvarun Firstly thanks for your reply but I kind looking for a report only having folders(Excluding image paths and including sub folders) and respective owners.
Here is the one that looks like.
Folders | Owners |
Cardio Equipment | Jhon |
Bone Equipment | Nick |
Brain Equipment | Peter |
There is no out-of-the-box function that will do what you're looking for. All out-of-the-box asset reports export information on assets and only include folders as part of the path.
You can likely configure a report that meets your needs with ACS Commons Reports (https://adobe-consulting-services.github.io/acs-aem-commons/features/report-builder/index.html). Once you install the relevant package, you should be able to construct a query that stipulates a node type that aligns to folders to pull the relevant information.
Hope this helps,
Beau