Hi guys.We have a servlet in the publishing environment that creates users and groups, in Aem Cloud Service.We are using a service user: "myServiceUser", it is included in the administrators group. Map<String, Object> param = new HashMap<>();param.put(ResourceResolverFactory.SUBSERVICE,"myService");...
Hi All,I have a requirement where i am generating a report in the AEM cloud and storing the file under /var/dam/reports/../filename.csv after a successful generation of report i want to send the report link with the AEM environment link via mail. I am not using any servlet to generate a report, usin...
Hi, I want to provide a few users the ability to create users, delete users or update the existing ones. But I don't want to provide admin access to these users. What can be done to ensure that I provide only permissions for user management and nothing else.
I have to move content between prod env to QA env every week. Can we use content transfer tool for my requirement?The documents mentioned like below,"The Content Transfer Tool is a tool developed by Adobe that can be used to initiate the migration of existing content from a source AEM instance (on-p...
I am using OmniSearchService.getSearchResults() to get the search results. In publisher i am getting all the search results properly but in author its getting me 0 results. what could be the reason for this issue ?As i am checking in logs i am getting 0 hits in author but in publisher all the result...
Hi all, What is AEM: Digital Foundation Blueprint?Could it be compared with Archetype, the only difference being it is on AEMAACS? I understand that it consists of Adobe best practices implemented in the code, so that developers do not need to start from scratch. Some common functionalities are read...