I have a process step in a workflow which is used to send mail to the initiator of the workflow on getting certain approval or rejection . How do I find the Email ID associated with that particular user in the process step ? How do I retrieve the user from the Workflow Item ?
Hi All,I need to get a report where It will look of all the pages and generate a report of Image components are under Custom Container Component.Example: I have a page under /content/pages/en_us/testand inside that page I have custom container : I have a page under /content/pages/en_us/test/jcr:con...
Looking for best practices to maintain analytics tags in AEM. We have hunderds of pages and wanted to add tracking for all the links included in site, also wanted to maintain analytics tags remain same across all the components. So what is the best approach to achieve this.
Dear all, We want to setup AEM logs ingestion (AEMaaCS) to a public splunk instance. Is there any indication/benchmark on the volume of such an ingestion, assuming a running vanilla AEM version? E.g. MB (or GB)/day? Thank you for your time.
Created a program in adobe cloud and created 3 environments those are dev, stage, prod. I am the system administrator in admin console so I have full access in admin console. I want to have admin access in dev hence I enabled both AEM Users-xxxxx & AEM Administrator -xxxxx product profiles. With the...
I have followed this documentation Getting Started with the AEM SPA Editor and Angular | Adobe Experience Manager And was successfully able to launch WKND site within AEM SPA Editor. Also, as mentioned in this article Integrate a SPA | Getting Started with the AEM SPA Editor and Angular | Adobe Ex...
Hi, I want to configure Dynamic Media S7 in my local for POC and testing purpose. I have enabled dynamic media in local referring to this document https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/dynamicmedia/config-dm.html?lang=en but again we need to config...
Hi Team, I'm trying multiple if conditions for my code. as far as i know the below conditional check value ="${properties.val1 ? properties.val1 : inheritedPageProperties.val1}"> for this i need to add another default value , like if the value is present in component dialogue it should take from...
Hi All, I have ACS Common package 4.0.0 installed on AEM 6.4.8 server. Now I am planning to upgrade it to the latest version 5.4.0. Can I install the 5.4.0 acs commons package on top of 4.0.0 without installing any version between 4.0.0 to 5.4.0? Does this work without breaking the application? Th...
I am struggling to mock the GetMethod. After when I execute the new HttpClient(); how do I mock the getMethod(); HttpClient httpClient = new HttpClient();GetMethod getMethod = new GetMethod();httpClient.executeMethod(getMethod); thanks.