Hi again, I'm back with another newbie question off the back of my previous one! Is there any advice or recommendation when it comes to combining Templates and Live Copies? i.e. can I create a page from a Template, and then create Live Copies of it? Say I'm building a catalogue site. I create a "mas...
I have a container in which three nodes are present. I want to rearrange the 2nd node to the top position in the container. How can I do this programmatically?
Hello @everyone,I am preparing for AEM Technical Foundations Certification exam. There's only small foundational course with basic definitions and benefits of terminologies, but the syllabus is very huge and only offered links of documentation in prep guide. Can you suggest any courses available and...
As javax.servlet dependency has been deprecated we are getting tidelift suggestions to upgrade to jakarta.servlet. However, when we update to that we are getting below error -Error: /apps/runner/_work/jabcd/japp-name/core/pom.xml [0:0]: Class org.ab.web.appname.core.servlet.FetchPDF is not assignabl...
I have setted up the frontend pipeline for cloud and is working smoothly in one of my sandbox instances.The same theme sources when trying to build on client environment, it is getting failed. Both the sandbox and client environment uses the same node version and all the content inside package.json ...
I'm working on AEM as a cloud service. I want to modify the timeline view of the content like the activity title modification or hiding some activity title. Is there any way we can do that. And also where these jsp or components located in aem crx if I want to overlay.
I need to design a component dialog in such a way that some dialog fields will be shown or hidden based on the selection of a group of templates. Need some suggestions how to implement it? @aanchal-sikka @EstebanBustamante @arunpatidar @Shashi_Mulugu @lukasz-m @Mahedi_Sabuj @kautuk_sahni @Sudheer_Su...
Dear All, I have one use case where I need to display more than 10000 products from my commercetools in the AEM Product listing page. So how can I achieve this ? I have below couple of questions in my mind. Can anyone please help me here. 1) Where these images of 10000 products will be stored ? Is I...
Hey! I'm having a weird problem with a Marketo form in my Next.js app. The form works perfectly fine in my local environment, but in production it's super inconsistent.The main issue is that when users first load the page, the form doesn't show up at all. Sometimes if you refresh the page (shift+F5)...
We are trying to get publisher and use that in the custom email template to send a notification. String currentUser = workItem.getCurrentAssignee();The above returns "null"String currentUser = resourceResolver.getUserID();The above one returns "workflow-process-service"Can we use workitem used to re...