Conversational AI that drives discovery, confidence, and conversion We’re excited to share that Adobe Brand Concierge is now generally available - a new, brand-first AI application designed to help you deliver richer, more intuitive digital experiences. What is Brand Concierge? Brand Concierge ...
Hi Team, I am aware of creating the custom category retriver class in my project.import com.adobe.cq.commerce.core.components.models.retriever.AbstractCategoriesRetriever; class ABCCategoryRetriever extends AbstractCategoriesRetriever{ write necessary methods here .... } But, now I wanted to use th...
Hello All,We had some utilities (Java scripts) we had been using for AEM 6.5 on prem.We no longer support Oracle Java -- my question is will the Java scripts (.jar) files we have work with OpenJDK? Thank you.
Hi All,We have registration functionality on our website where an AEM sling servlet collects the data from form and inserts that record into a database table. AEM Sling servlet is invoked from Ajax call from client side. We suspect that there are fraudulent attempts by invoking the sling servlet dir...
We have a React SPA project where we're trying to introduce experience fragments to export into Target. The issue we're currently facing is that when we try to add a custom component into the parsys on an editable experience fragment template, the component is not showing up and the logs show the fo...
Recently we have come across a requirement to migrate an application from AEM6.3/6.4 to AEMaaCS.Existing application has heavy customization done to the site's navigation. Three levels of navigation from sites interface. Let's sayLevel 1 > Tools,Level 2 > Tool1 till Tool 6Level 3 > each tool has dif...
Hi, while building the project I was not able to get maven to download org.apache.sling.commons.json dependency package which is being used by content-package-maven-plugin as our cyber team has blocked the access to mvn repository and all the vulnerable packages that have critical and high status. ...
Our Adobe Digital Experience Communities are the heart of innovation—connecting, engaging, and empowering users to create game-changing digital experiences with Adobe solutions. The Community Advisor Program is Experience League’s flagship initiative to recognize and nu...
Hi Team,In Page activation workflow, we have two steps to complete the operation.1 . Approve / Reject2. Endwhenever user approve the request, it is still asking to end the workflow to complete the request. We need to skip the END step, so I tried to remove but the workflow is running forever and the...
Hi,I have a requirement to create dynamic URLs that aren't available as pages in AEM. We're generating these URLs from the backend and displaying them on a page. Currently, I've created a page (test-sitemap.html) with a component that includes a "Generate" button. When users click this button, the U...
Hello, I am using aem cloud instance on my localAnd was trying to build a graphql app using https://experienceleague.adobe.com/en/docs/experience-manager-learn/getting-started-with-aem-headless/graphql/multi-step/graphql-and-react-appApp works absolutely fine with localhost:3000 consuming graphql AP...