Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 2/11/24
    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")...

    Views

    545

    Likes

    0

    Replies

    4
  • 2/11/24
    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...

    Views

    1.3K

    Likes

    0

    Replies

    3
  • 2/10/24
    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...

    Views

    116

    Likes

    0

    Replies

    5
  • 2/9/24
    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?

    Views

    538

    Like

    1

    Replies

    5
  • 2/9/24
    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

    Views

    636

    Likes

    0

    Replies

    1
  • 2/9/24
    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  

    Views

    675

    Likes

    0

    Replies

    3
  • 2/9/24
    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. ...

    Views

    389

    Like

    1

    Replies

    3
  • 2/8/24
    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, ...

    Views

    698

    Like

    1

    Replies

    6
  • 2/8/24
     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? 

    Views

    396

    Likes

    0

    Replies

    4
  • 2/8/24
    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....

    Views

    219

    Likes

    0

    Replies

    1