Hello guys, For a role I am trying to hide delete option for pages under "/content/A" but not for pages under "/content/B" and I have tried below statements but edit and delete option for components under those pages are also getting hidden . Can anyone provide any suggestions for this? deny jcr:r...
Requirement is to get list of pages published in last week only from a specific workflow only . To get list of all completed workflows , I am referring JSP code present here -- /libs/cq/workflow/admin/console/components/datasource/workflowinstancedatasource/workflowinstancedatasource.jsp . "resour...
Hi @MukeshYadav_ , @chaudharynick , @AmitVishwakarma , thanks for reply . Issue was pdfviewer' clientlib was not loading even after embedding in our clientlib-site . We had to merged those JS and LESS file in our code base .
Hello guys ,I am trying to use Pdfviewer component in my AEMaaCS sandbox instance but even with all configuration given here and here component is not showing on page without any error in console and error-log , below are the steps I have done - 1) ClientId generated for publisher domain site from...
Hi guys , There is a requirement to send email to users with query results as an attachment from backend . Query result contains pages > 200 . My doubt is what will be easier to implement in attachment ,CSV or HTML and how to implement it ? Thanks in advance .
Hello guys , As per this docs - https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/debugging/debugging-aem-as-a-cloud-service/logs , custom log file is not supported in AEM aa CS .I have tried writing custom logs to error.log in org.apache.sling.commons.log.LogManage...