Hi,We are able to remove/add tags in basic tab page properties of live copy pages without breaking inheritance. Is this expected behavior?If yes, can you please point to adobe documentation for reference?Thanks & Regards,Srikanth Pogula.
Hi all,If there is a customer personally identifiable Information (PII) in an AEM screen, how to encrypt it before storing in JCR?Similarly, while retrieving it, how to decrypt it?Is there any JCR API for this?How to invoke them?Appreciate your inputs.Thanks,Rama.
Hello Everyone,I have recently come across an issue in handling dependencies between two custom AEM Maven Projects.Scenario:ProjectB has a dependency on ProjectA (OSGI dependency). Lets say current version of Project A is 1.0.0 & Project B is 1.0.0.In this case when we build and deploy project A, ma...
Hi ,I am using below code to get the chidnodes of a particular page. Suppose a parent page contains more than 1000 child pages. Below method approximately taking 5 to 10 minutes to complete.JcrUtils.getChildNodes("ParentNode");Thinking of doing multi threading for iterating child pages. I read that ...
On AEM 6.3 we've a custom quick links search where we map keywords to outer links.We created system user and mapped it using Apache sling Service User Mapper Service. System user is given required permissions in user admin.We used the following code for sub service@Activateprotected void activate() ...
How can we restrict the root path for the assetpicker (coral ui) to pick assets from a designated root path (some folder under dam) only.Please also suggest me good sources to read concepts on coral ui.
Hi, I am very new on AEM and unfamiliar with the product. I have tried configuring and installing AEM 6.3 on WebSphere. deployment was successful but when I tried accessing http://localhost:9080/system/console/configMgr, I faced (HTTP 404 Not Found). I also unable to login to http://localhost:9080/l...
Hi,In a typical Adobe Marketing Cloud (AMC) implementation, there could be AEM, DTM, Adobe Analytics, Adobe Campaign, etc, with AEM alone being on premises and all other products on cloud.1. Where is all data stored In such a case? Where ever AEM data store is configured, like JCR or Relational DB ...