Hello Everyone, I am trying to order my content based on last modified order in descending. Below code works fineMap<String, String> param = new HashMap<>();param.put("p.limit", 1);param.put("p.guessTotal", "true");param.put("type", "cq:PageContent");param.put("path", "/content/abc/myarticles/en")...
Hi Everyone, There is a scenario that we are undergoing currently to upgrade an AEM - React SPA project to React 18 and with all latest versions of dependent libraries. We are using Archetype 47 , which by default gives react 16 and this we are upgrading to 18. And also in the package.json the edita...
I am trying to wire an Application Insights instance into my AEMaaCS installation. The idea is that I want to be able to view my logs from application insights, rather than the native AEMaaCS mechanisms. I have installed App Insights and configured the telemetry client. This code works and I can s...
Hey, guys. I'm in the process of creating a custom workflow process / step that will list all assets within a folder and subfolders. I initially used the Query Builder API, but I don't know if this is the best way to go about it. How would you approach something like this? Are there alternatives?
Hello everyone, I'm gearing up for the AEM 6.5 (AD0-E126) certification exam. Could someone kindly recommend reliable and up-to-date study materials for this certification? Thank You!Nikhil
Hi Team, I have enabled WebP configuration in image component, but this is now working in our AEM as cloud service sandbox environment. also images are not starting with URL "adobe/dynamicmedia/". Can you please help me on this. Thanks
Recently one of my clients faced an issue with AEM Author being unresponsive. The issue was resolved by restarting the server. However it was observed that before the server went down, there has been some authoring activity which was going on primarily around adding images and text in an accordion. ...
Hi Devs/Archs, At present, our application parent pom.xml, we are using <aem.sdk.api>2021.6.5540.20210615T210737Z-210527</aem.sdk.api>. <version>2023.12.14697.20231215T125030Z-231200</version>. Our AEMasCS was latest AEM release version. My question was when we ran our application on AEMasCS, ...
Is there a way to convert PDFs in the AEM DAM so they are Read Only? Our marketing team uploads editable PDFs into the DAM but they are wondering if there's a script or workflow to modify PDFs to make them read-only after they get uploaded?
I have added a custom index for cqPageLucene but its not showing up on CRXDE after deploying on local. cqPageLucene already has a few indexes. So in content.xml is only adding the custom index. <?xml version="1.0" encoding="UTF-8" ?><root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:cq="http://www....