Hi All,I want to extract all the assets for a specified page.I'm trying to explore ACS Common report. I have added "Report Builder Config" component and added below query.SELECT * FROM [nt:unstructured] AS s WHERE ISDESCENDANTNODE([{{path}}]) AND CONTAINS(s.*, '/content/dam/MyWorkSpace') Then I have...
Hello I have an externally created XFA document with fillable form fields that always looks the same.Several participants fill out this form and forward it to the next place with an electronic signature.At the end there is a signature window for an electronic certificate as well as two form fields f...
Hi team, We've synchronized contents (pages) by building/installing packages between different versions of AEM.We understood that the sequence of pages cannot be installed correctly for the two version. However, is there any way to identify the the differences with tools, so that we could at least ...
The original AEM 6.5.15 fileupload.js has the following options:CancelKeep BothReplaceCreate Version -> I would like to understand what does this option do?I do not have versioning on the folder level and also do not see this option in parent folder properites. I see that Create Version preserves th...
Hi Everyone, In my junit how can I pass this below line JackrabbitAccessControlList acl = AccessControlUtils.getAccessControlList(accessControlManager, "path"); at this line my junit is getting an exception, so I want to ignore or pass this line. How can I control above line in my junit? java.lang....
Hello! I have java files that import package like this `import com.adobe.cq.social.scf.OperationException;` But during maven build I get error `package com.adobe.cq.social.scf does not exist`I'm using maven 3.8.7 and <aem.sdk.api>2023.4.11835.20230414T234523Z-230200</aem.sdk.api> Could you advise w...
Our search page is based off /libs/foundation/components/search/search.jsp. When a search is executed, there is a POST to /bin/statistics/tracker/query. When a search result is clicked on, there is another POST to /bin/statistics/tracker/result. Both result in a HTTP 403. It appears there was a se...
Hi all, I am uisng AEM 6.5.13 in my local system. Java is JDK 11Wanted to install and run SonarQube software in my local. But latest version of SonarQube requires JAVA 17. Tried older version of SonarQube too: 8.9.10, 9.9.1. Still no luck. Let me know, if anyone using SonarQube in local with JDK 11...
I have my AEM instance running on IP 20.220.175.100:4502 . Also I have another vue js application running on the same server 20.220.175.100:3000.Both the applications (aem and vuejs) have same Domain www.myappdomain.com How can I do dispatcher configuration , such that when I hit www.myappdomain.c...