この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
@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.
表示
返信
いいね!の合計
@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.
表示
返信
いいね!の合計
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
表示
返信
いいね!の合計
I see the configuration section in an author instance. I am all set thanks
表示
返信
いいね!の合計