Good morning. Is there any way of producing a report that shows what permissions are assigned to each user / group ? Similar to the permissions tab of the useradmin screen, but on a single page, without the need to expand each node. I'd be quite happy to write it as a groovy script, if I knew which...
I need to export page as zip file programatically and i used Page Exporter interface and its export(page, resourceResolver, targetPath) method, but, its not happening.I found the zip file under /var/contentsync node, but that has only html in it, no clientlibs, no assets.I tried to delete the nodes ...
Hi, I'm trying to get the Offers in AEM to work in combination with the AEM target component (/libs/cq/personalization/components/target) to display banners on fixed locations based on the configuration of an on-off time in the Offers.But it seems as if this functionality is really outdated, the Tea...
On AEM v6.5.3, how to find the usage/reference of an Experience Fragment / Variation on pages? I can get the reference list easily from Classic UI, I'm wondering if there a way to get the references in Touch UI as well, without customizing the console. In touch UI, experience fragments > references ...
Hello, currently our project is compatible with AEM 6.5.3 on premise, and we use java 8 to run AEM and build our project. We would like to check the possibilities of adapting the project for use in Adobe Experience Cloud. I've started by reading documentation and I have a doubt: 1. On the one hand C...
Hi,My requirement is to get all the wrong spelled words from the text component of a page programmatically. For this I have used SpellCheckerProvider.createSpellChecker(language, dictionarypaths[], resourceResolver); to get SpellChecker, but I am not understanding what to give in the parameters i....
Hi,I have a requirement to-1)path based slinghttpservlet to execute some business logic and set attributes a, b in the slinghttpservletrequest2)Use the above set slinghttpservletrequest attributes, i.e a and b in sightly code.Please suggest how can slingMOdel with adaptable as slingHttpSErvletReques...
Hi,I have defined both doGet() and doPost() methods for SlingAllMethodsServlet as below@Overrideprotected void doGet(SlingHttpServletRequest request,SlingHttpServletResponse response) throws ServletException {}@Overrideprotected void doPost(SlingHttpServletRequest request,SlingHttpServletResponse re...
Hi, We have an on-prem AEM 6.3 installation running with Oracle Java 8.We are now performing in-place upgrade to AEM 6.5. For the upgrade procedure we use the same java version 8.Once the in-place upgrade is done, we want to restart our AEM 6.5 instance with Java 11.This does not seem to work as we ...