I have requirement where I have to add the list of custom fields in the default columns list for the asset reports. Those custom columns should be displayed by default once I create a AEM report, so that the user don't have to add the columns manually using custom columns.
Can you provide some approach how this can be achieved?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @ReddyIshanvi,
This is not possible without quite heavy customization that also could be against Adobe best practices, here are main reasons:
Summarizing, base on above, if you still would like to modify list of default columns, you will first have to add additional columns overlaid /libs/dam/gui/content/reports/steps/configurecolumns/items/column2/items, and implement a proper mechanism that will generate assets report taking into account custom set of default columns.
I believe you are referring to Asset Reports, which supports a set of Default columns and the Custom Columns. Default Columns can be unchecked, if the user doesn't want those to be available in their final Asset Report.
https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/admin/asset-...
Above is an OOTB feature.
However, if the requirement is to customize the Asset Report Screen so that it displays custom columns on Default Column List, you will have to overlay and customize the Asset Report Screen.
Please explore the following node to overlay: /mnt/overlay/dam/gui/content/reports/createreportwizard.html
Hi @ReddyIshanvi,
This is not possible without quite heavy customization that also could be against Adobe best practices, here are main reasons:
Summarizing, base on above, if you still would like to modify list of default columns, you will first have to add additional columns overlaid /libs/dam/gui/content/reports/steps/configurecolumns/items/column2/items, and implement a proper mechanism that will generate assets report taking into account custom set of default columns.
Views
Likes
Replies