Hi Team, When we are publishing a page, requirement is to capture Page Replication event in Publish Instance only and do some logic due to some business use case. Below code works fine and capture Page replicate event in Author. but not in publish. Changed event.topics value as ReplicationEvent.EVEN...
Hello, I've placed a table 2.0 component in my AEM site and it's a bit large. I was wondering if it was possible to freeze header columns or rows like you would in Excel? Thank you in advance for your answers.
Hi Can you please help me take a look at this issue? I created an AEM component with image upload function, somehow the image disappeared the second time I open the configure. The image appears the first time when I added it. And the CRXDE node shows that path of image is added. But when I open the...
Hi good day everyone, We publish items under var folder, but when we tried to open CRXDE on Local Publish, only bin and content are availableWould like to ask, are there any ways to view other folders.local author:local publish: Thanks!
Hi All, We are seeing in our environments 22.01.2025 08:00:11.490 [cm-p10000-e100000-aem-author-bc5d5000d-bhfqz] *WARN* [sling-oak-observation-5] com.adobe.aem.sites.eventing.impl.producer.PageProducerStrategy Invalid change type detected: DUMMY22.01.2025 08:00:11.518 [cm-p10000-e100000-aem-author-b...
Hi All,I am trying to write a JUNIT class for my core class which is basically creating CF programmatically.Core class: public void createContentFragment() { Resource destCFFolderResource = resolver.getResource(destCfFolderPath); Resource cfModelResource = resolver.getResource("/conf...
Can we create nodes in the cq dialog at runtime?The requirement is the dialog initially would only have a single dropdown with few fixed fields. So, when an option from the dropdown is selected let's say a value great is selected so when this action happened in the dropdown now it should map the val...
We are working on a periodic cleanup activity in AEM as a Cloud Service (AEMaaCS) to delete assets older than 180 days. As part of this process, we also need to programmatically delete root folders if they are empty after the assets are removed. On an average, we have more than 500 assets to be clea...
i want to do showhide of fields in dialog on selection of dropdown.here, i have two dropdowns.one is working fine but another is not working with core js.can someone help here?