Hi, This URL - https://docs.adobe.com/docs/en/aem/6-0/administer/integration/marketing-cloud/target.html - on integration has the following section-------------------------------------------------- CONFIGURING EXTERNAL URLSAEM uses the CQ Link Externalizer service to generate links that Adobe Target...
I'm trying to run the following on both our author and publish servers.~package ewcm.global.core;import java.io.IOException;import javax.jcr.NodeIterator;import javax.jcr.Session;import javax.servlet.ServletException;import org.apache.felix.scr.annotations.sling.SlingServlet;import org.apache.sling....
We are using AEM 6.2 and are having issues with the Social Communities components. I have overlaid the qnaforum.hbs and need to include some Sightly components. The official documentation (link) says the correct way to do this is:{{include this.id path="title" resourceType="myproject/components/cont...
Hi I have to create a dialog screen in which i have to display a combination of fields and some of the fields are repeatable.Here is the structure I need:Below Entire section is repeatable.1. Section Title - text2. Section Links - This is also Repeatable sectiona) Link Textb) Link URLHow can I achie...
My local dev environment is an older Mac Pro one of the Dual CPU variants running OS X (10.11). I was doing some basic load testing of a servlet using Jmeter I was writing on AEM and noticed that it seemed to be only placing load on one of the two CPUs (Note physical CPU's not cores). Why is this th...
Hi I have successfully tested consuming a soap web service by following the helpx website. https://helpx.adobe.com/experience-manager/using/creating-cxf-bundles-consume-web.html. Here the webservices are open to publicWe have a requirement to implement the same approach using SOAP webservices. This ...
We are getting two response call from third-party application, so two response call creating users in both PUB1 & PUB2.(As of now we can't stop the two response call from third-party application).Is there any way to remove/merge the duplicate users while synchronizing PUB1 & PUB2 ? Kind regards,Bala...
Hi,Generally when we activate pages, By default AEM pushes references and pages combined in a bulk into reference.json.But I want to send references and page path separately to reference.json. In order to do that, I think we have to override(ReferenceSearchDialog.js) for thisCan anyone help me in ed...