Hi,
References #M153870, #M153999.
I have the acs commons report builder in standalone publish AEM 6.5.4.0 on-premise, not on Cloud. No adaptive forms used here.
I am trying to create a report that will list all the form templates in /content/dam/formsanddocuments/ folder with last modified date, title of the form that is available in /content/dam/formsanddocuments/<formname>.xdp/jcr:content/metadata's title property.
Any suggestion on how this report list can be displayed in a different system website?
Thanks,
Leena
Solved! Go to Solution.
Views
Replies
Total Likes
@aemuser001 Creating the report in ACS Commons is straight forward writing the JCR-SQL2 query , you can check the example here
https://adobe-consulting-services.github.io/acs-aem-commons/features/report-builder/configuring.html
But exposing that report to external system to consume is not possible, even though manual download option is there. To export that you might consider writing servlet or backend service which uploads in ftp folder or other safer options for the external system to consume.
Views
Replies
Total Likes
@aemuser001 Creating the report in ACS Commons is straight forward writing the JCR-SQL2 query , you can check the example here
https://adobe-consulting-services.github.io/acs-aem-commons/features/report-builder/configuring.html
But exposing that report to external system to consume is not possible, even though manual download option is there. To export that you might consider writing servlet or backend service which uploads in ftp folder or other safer options for the external system to consume.
Views
Replies
Total Likes
Hi Saravanan,
Thanks for the response. I am using the Publish instance and I don't see the Configuration layout when creating a new report. The acs-commons version 5.7.0. is being used.
Is it required to install the acs-commons in author instance, create the report layout and then push it to publish instance, and design it further in publisher?
Thanks,
Leena
Views
Replies
Total Likes
I see the configuration section in an author instance. I am all set thanks
Views
Replies
Total Likes
Views
Likes
Replies