I am using SPA site in AEMaaCsCurrently we are hosting whole AEM code base in a single repository . AEM core, dispatcher ,ui.frontend, ui.apps everything in a single repository Now when i try to run a frontend pipeline with below settings and build is failing Should i separate frontend code into ...
I have a requirement to get the date and month from the datepicker, this is the default format "2024-10-21T00:00:00.000+05:30" in AEM but I want date(00) and month(may). so to get this I have a method calenderEvent.@Getter@ValueMapValueCalendar cardEventDate; <p>${cardObj.cardEventDate @ format='MMM...
Hi Team, Am preparing for 'Adobe Experience Manager Business Practitioner Professional' (ADO- E126) certification , can someone help with study materials and any guidelines for the same. Thanks in advance.Jyostna
Hello developers , I want to trigger custom workflow when approvers click on the quick publish button . but for the rest default workflow should be trigerred. It will be helpful if you can provide easy and efficient answer. In general purpose how to make custom workflow to be trigerred when clik on ...
Hello Developers, I need to hide quickpublish button from aem site toolbar and show another button to all approvers. I tried acls but they are not working . Note : I don't want to remove replicate access just replace button with another button so I can make a new api call to another end point to al...
Hello,is anyone using ACS Commons - Dispatcher Flush Rules on AEMaaCS? It is working fine for me locally with the SDK, but when I deploy it to Cloud DEV I get the following error: com.day.cq.replication.AgentNotFoundException: Replication triggered, but no agent found! The error happens on the call ...
Hello, we have implemented Context Hub in our project (6.5) and found some issues related to updating the segment UI. Once the segment is created, if you author segmentation components with the values, even though the segment is resolved, the UI does not turn green. We had to refresh the browser to ...
Hello, I am using /apps/core/wcm/components/carousel/v1/carousel/ as the reference As per the document https://github.com/adobe/aem-core-wcm-components/blob/main/content/src/content/jcr_root/apps/core/wcm/components/carousel/v1/carousel/README.md Allows deep linking into a specific panel by passin...
Hi All,I have business requirement where I'm creating folders & content fragment using the workflow.So, for this I created one custom process step where I'm getting ResourceResolver after execute method as below:try(ResourceResolver rr = workflowSession.adaptTo(ResourceResolver.class)){ Resource...